Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lehmann committed Jul 7, 2023
1 parent 55844cb commit 16634bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ https://github.com/exg/rxvt-unicode/commit/1eb2c326cb88ee7bae01e995a16829746bfe3
- clamp coordinates in mouse reporting sequences to the number
of rows and columns (patch by Nick Hanley).
- added Alt_L/ALt_R and updated some keys in iso 14755 5.2 mode.
- perl 5.38 does not handle empty locale names, use "C" instead
(patch by sxzzsf).

9.31 Mon 02 Jan 2023 18:13:16 CET
- implement a fix for CVE-2022-4170 (reported and analyzed by David Leadbeater).
Expand Down
2 changes: 1 addition & 1 deletion src/rxvtperl.xs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ rxvt_perl_interp::init ()
{
if (!perl)
{
rxvt_push_locale (""); // perl init destroys current locale
rxvt_push_locale ("C"); // perl init destroys current locale

{
perl_environ = rxvt_environ;
Expand Down

0 comments on commit 16634bc

Please sign in to comment.