diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -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> |