This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #40718] perl parser bug leading to memory corruption
authorDave Mitchell <davem@fdisolutions.com>
Wed, 8 Nov 2006 19:13:57 +0000 (19:13 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Wed, 8 Nov 2006 19:13:57 +0000 (19:13 +0000)
commit0331ef07c86d2e7ed952b45f1b72f9cab35c4845
treef911b992d8b3a6d65c2363135e09aa23045096d4
parentde52168c09035e3cc60829f317f4f46c3a4bbc3a
[perl #40718] perl parser bug leading to memory corruption
quoted-string parser naughtily maintained a pointer into an SV
which could get realloc()ed.

p4raw-id: //depot/perl@29239
toke.c