This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
#17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
authorHugo van der Sanden <hv@crypt.org>
Fri, 23 Aug 2002 12:23:31 +0000 (12:23 +0000)
committerhv <hv@crypt.org>
Fri, 23 Aug 2002 12:23:31 +0000 (12:23 +0000)
commit1ecdd9a87cdfac3d4938733086a89d685b66dfb5
treea33dee174f434858c6f553ca7eaa3ccc83e71cfa
parentba329e04450c9e718e3584348f2d0f15c4762fb6
#17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
with a NULL subaddr. Fix that, and stop it happening again.

p4raw-id: //depot/perl@17763
op.c
universal.c