diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2019-12-18 Paul Eggert <eggert@Penguin.CS.UCLA.EDU> + + Fix memcpy issue found by -fsanitize=undefined + * field.c (set_record): Don't memcpy (databuf, NULL, 0), + as the C standard says the resulting behavior is undefined. + 2019-12-16 Arnold D. Robbins <arnold@skeeve.com> * awkgram.y, command.y: Upgrade to Bison 3.5. |