CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/02 18:48:54
Modified files:
gnu/usr.bin/perl: av.c
gnu/usr.bin/perl/t/op: array.t
Log message:
Zero initialize Perl AV elements after unshift and resize.
https://github.com/Perl/perl5/issues/21235
https://github.com/Perl/perl5/pull/21265
https://github.com/Perl/perl5/commit/9e298ab597b2c6fc0741749d7e29119e2d6cd628
Bug reported by Anton Borowka. Fix from upstream Perl. OK afresh1@
