aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27adc355..ae0630ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.