Zero initialize Perl AV elements after unshift and resize.
authorbluhm <bluhm@openbsd.org>
Sun, 3 Sep 2023 00:48:54 +0000 (00:48 +0000)
committerbluhm <bluhm@openbsd.org>
Sun, 3 Sep 2023 00:48:54 +0000 (00:48 +0000)
commit748ae95f4aa93e482552dc418cb1e0273ffe843a
treeb56d2b421e7191e5d77239c07c15fe63fae1ee54
parent9e18b8c28504b6e54519a1aa96253d913d0b1a3b
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@
gnu/usr.bin/perl/av.c
gnu/usr.bin/perl/t/op/array.t