This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ensure PL_last_in_gv doesn't end up pointing to garbage by NULLing it
authorNicholas Clark <nick@ccl4.org>
Sat, 7 Apr 2007 20:43:14 +0000 (20:43 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 7 Apr 2007 20:43:14 +0000 (20:43 +0000)
commit8571fe2faa23f15e20b624e04cae5d59c8ae7242
treeca2613e36bc24814df911da68c7462b79e75bd70
parentfc97af9c8f85fe5d98c1be12130f8f74fe27a7bf
Ensure PL_last_in_gv doesn't end up pointing to garbage by NULLing it
if the GV it is pointing to gets freed.

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