diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-03-25 09:56:46 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-03-25 09:56:46 +0000 |
commit | d1ab25b6e936eb670b269ae20be6ec208d0cfcc4 (patch) | |
tree | 207416b71ab22558be09b24b8dfacd7e0d66e835 | |
parent | Explicitly call GC_gcollect() in fuzzer (diff) | |
download | w3m-d1ab25b6e936eb670b269ae20be6ec208d0cfcc4.tar.gz w3m-d1ab25b6e936eb670b269ae20be6ec208d0cfcc4.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2021-03-25 Tatsuya Kinoshita <tats@debian.org> + + * fuzz/fuzz-conv.c: Explicitly call GC_gcollect() in fuzzer. + + * fuzz/fuzz-conv.c: Prevent memory leak in fuzzer. + 2021-03-23 Tatsuya Kinoshita <tats@debian.org> * Str.c: Reduce memory reallocation due to Strgrow. |