aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 21a77c8b..1e697ec6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,21 @@
+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.
+ Thanks to Michal Jaegermann for pointing out the problem.
+
2015-04-08 John E. Malmberg <wb8tyw@qsl.net>
- * custom.h: VMS shares some code paths with ZOS_USS in
- building gawkfts extension.
+ * custom.h: VMS shares some code paths with ZOS_USS in
+ building gawkfts extension.
2015-04-08 Arnold D. Robbins <arnold@skeeve.com>