This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
change #22071 (taint bug in $^0) introduced a potential double
authorDave Mitchell <davem@fdisolutions.com>
Mon, 19 Jan 2004 23:41:37 +0000 (23:41 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Mon, 19 Jan 2004 23:41:37 +0000 (23:41 +0000)
commit1bf2966364b6356e9050b17d8920dd4a8ce27d97
tree59c593eabb42816327b7d1084be6074b9bf435a9
parentd0a21e0008d063055a75cb0839423bc677ec5a5a
change #22071 (taint bug in $^0) introduced a potential double
free(), because PL_osname may get freed but not nulled if a taint
test fails in between. Mea cupla and all that...
p4raw-link: @22071 on //depot/perl: 3511154c18a0900e8873e8e72a4b74931525e718

p4raw-id: //depot/perl@22181
mg.c