diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-03-29 11:40:21 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-03-29 11:40:21 +0000 |
commit | ac59b52134ccf2b4fcc844a132230f80b95c606e (patch) | |
tree | 34ba0732d4ed3c739f4f0494cd4dda62c89a4fa7 /ChangeLog | |
parent | Prevent GC warnings of repeated allocation (diff) | |
download | w3m-ac59b52134ccf2b4fcc844a132230f80b95c606e.tar.gz w3m-ac59b52134ccf2b4fcc844a132230f80b95c606e.zip |
Update ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2021-03-29 Tatsuya Kinoshita <tats@debian.org> + + * main.c: Prevent GC warnings of repeated allocation. + Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746701 + Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832407 + Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862382 + 2021-03-27 Tatsuya Kinoshita <tats@debian.org> * indep.c: Fix potential integer overflow in allocStr. |