diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2017-04-12 Arnold D. Robbins <arnold@skeeve.com> + * mpfr.c (mpg_format_val): Set STRCUR flag when we're done. + Fixes a memory leak. Thanks to valgrind for the report. + * gawkapi.c (awk_value_to_node): Initialize ext_ret_val to NULL to avoid compiler warnings. @@ -11,6 +14,9 @@ * field.c (fpat_parse_field): Restructure the code to reduce complexity and document the new structure. + * field.c (fpat_parse_field): Further restructuring to avoid + invalid reads as reported by valgrind. + 2017-04-10 Andrew J. Schorr <aschorr@telemetry-investments.com> * awk.h (enum opcodeval): For the avoidance of doubt, specify that |