save_re_context() could reset PL_curcop to freed memory, causing core
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 8 Oct 2000 04:15:29 +0000 (04:15 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 8 Oct 2000 04:15:29 +0000 (04:15 +0000)
commit7fb6a879cc94ae034ecf69734e284e8874705e16
tree6c7d350676c43367dc981b08deaf9e8bd89b980f
parent28cb335941d0814ffcf5fac9c747a344a59ce5dc
save_re_context() could reset PL_curcop to freed memory, causing core
dumps in code such as C<use CGI::Carp; use something_that_calls_die;>

p4raw-id: //depot/perl@7165
pp_ctl.c