This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Purify finding: jperl.t causes a few Array Bounds Reads
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 15 May 2002 12:44:06 +0000 (12:44 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 15 May 2002 12:44:06 +0000 (12:44 +0000)
commit13817fc8ca76d121dbf08724800333ebb50f5d64
tree710f56e66989a0f42ae524e176cb3906536a9ac6
parent238ae7127bc19e64a92badbfc0a4b72cf6ded32b
Purify finding: jperl.t causes a few Array Bounds Reads
(one byte too far in a malloced buffer) at various spots
in regcomp.c, all the buffers malloced by SvGROW() in
sv_recode_to_utf8().

p4raw-id: //depot/perl@16608
sv.c