This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Calling sv_backoff() on something that's about to be free()d will
authorNicholas Clark <nick@ccl4.org>
Thu, 28 Apr 2005 09:29:06 +0000 (09:29 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 28 Apr 2005 09:29:06 +0000 (09:29 +0000)
commit5228ca4e093950c8cd059c706dfbce052f74fa4d
treec0cdd39d13febf688640368f60300b06da7ebb89
parent954fb84efff0b08c3cc7311c30925dbc511e7c11
Calling sv_backoff() on something that's about to be free()d will
memmov() memory that's about to be freed. Seems wasteful.

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