This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make sv_force_normal_flags cope with shared hash key scalars
authorNicholas Clark <nick@ccl4.org>
Sat, 6 Dec 2003 16:30:35 +0000 (16:30 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 6 Dec 2003 16:30:35 +0000 (16:30 +0000)
commit5c98da1c029548d157089bc95672bf854902dd76
tree462f66bb4b177c641af64a7ba3a4b7b55a7e645e
parenta50f9722cb036c30107aa1792c3d52462a4218f5
Make sv_force_normal_flags cope with shared hash key scalars
(remember the pointer from SvPVX, reset the flags before SvGROW,
avoid crazy loops or read-from-free)

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