This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
#28315 could crash when freeing ops with different pads
authorDave Mitchell <davem@fdisolutions.com>
Sun, 10 Dec 2006 18:50:05 +0000 (18:50 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Sun, 10 Dec 2006 18:50:05 +0000 (18:50 +0000)
commit2af555bf3f2b3ca8e114df3f5f680d40bd24d6bf
treeab3bfe43c56cfe0d9f676a1fb13e2614325893ee
parentd5c6462ec54f07680e7532435b71727ae3075024
#28315 could crash when freeing ops with different pads
Add hook to parser to record current PL_comppad, then use this
when popping ops off the parser stack after parser error

p4raw-id: //depot/perl@29501
perly.act
perly.c
perly.h
perly.tab
perly.y
t/comp/parser.t