diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ Fix corruption when $0 is reassigned while other NODEs have open references to $n. Thanks to Eric Pruitt <eric.pruitt@gmail.com> for the bug report. + * field.c (purge_record): For each $n field variable, if valref > 1 and it has not already been malloced, make a copy of the string, since $0 is about to be reset. |