This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ensure DEBUG_LEAKING_SCALARS_ABORT can't be circumvented by fatal
authorNicholas Clark <nick@ccl4.org>
Thu, 10 Jan 2008 21:15:02 +0000 (21:15 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 10 Jan 2008 21:15:02 +0000 (21:15 +0000)
commitbfd95973f1e91e9be1076173ba89a5c91f404e09
tree8f396d1336c2c56d9a07ef1111c2181918f8325b
parent574b88211c0c7c08c099f0fa17b950a4aaf1c62f
Ensure DEBUG_LEAKING_SCALARS_ABORT can't be circumvented by fatal
warnings. Add an abort() if you try to dup a freed scalar.

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