aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4b1c777..a48d4cf6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
2019-06-21 Arnold D. Robbins <arnold@skeeve.com>
* config.guess, config.sub: Updated from GNULIB.
+ * awkgram.y (get_src_buf): Set buffers to zero to avoid
+ possible issues with accessing uninitialized memory.
+ Thanks to valgrind, as pointed out by Nadezhda Vyukova
+ <qniva@yandex.ru>.
2019-06-19 Arnold D. Robbins <arnold@skeeve.com>