Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: e0f95237e410dc356b393fde2beec8ec83d476ef https://github.com/Perl/perl5/commit/e0f95237e410dc356b393fde2beec8ec83d476ef Author: Hugo van der Sanden <[email protected]> Date: 2021-09-12 (Sun, 12 Sep 2021)
Changed paths:
M locale.c
Log Message:
-----------
Check for NULL locale in S_emulate_setlocale
gcc-11.2.0 correctly warns that it is called with NULL from
Perl_switch_to_global_locale().
