Fix possible segmentation fault in Perl 5.38.2.
authorbluhm <bluhm@openbsd.org>
Fri, 17 May 2024 18:11:58 +0000 (18:11 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 17 May 2024 18:11:58 +0000 (18:11 +0000)
commitd635388b71e707340b5c73a2a98c208bc1fe72b9
treefbd7364792f09cb39c14f0f929ea8a48ec2d7d3e
parent68e76eaff5a11098c92d68282d3cedc96ce82010
Fix possible segmentation fault in Perl 5.38.2.

When calling POSIX::setlocale() with unknown locale category, Perl
could crash due to NULL dereference.

found by sthen@ in smokeping build; OK afresh1@
gnu/usr.bin/perl/locale.c