Fixed bug where tmpsv would be null after the return of the
authorArtur Bergman <sky@nanisky.com>
Sun, 12 May 2002 17:57:51 +0000 (17:57 +0000)
committerArtur Bergman <sky@nanisky.com>
Sun, 12 May 2002 17:57:51 +0000 (17:57 +0000)
commitd40b16338e2bea9bcea6aeaf36a63ed755d0b747
tree04cc612e11928db0a8ce1f14dab6548a186a29e2
parent4c034eee48cd80c10d94a4699e2ec9f3d69ae855
Fixed bug where tmpsv would be null after the return of the
amagic. Now check for that and allocate the tmpsv afterwards,
this is done in all other places that use amagic.
Fixes bug when threads->unknownfunction() was called and
we coredumped on the stringification somewhere deep in the
autoloader/dynaloader something. Far to deep for me to provide
a test case.

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