aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cb4feec..98a4f7ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-04-13 Arnold D. Robbins <arnold@skeeve.com>
+
+ * regcomp.c (analyze): Prevent malloc(0).
+ * regex_internal.h (test_malloc, test_realloc): New functions
+ that check for zero count.
+ (re_malloc, re_realloc): Adjust to call the new functions for gawk.
+ * regexec.c (buid_trtable, match_ctx_clean): Replace malloc/free
+ with re_malloc/re_free.
+
2015-04-12 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (efence): Make this link again.