aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2021-03-03 22:10:04 +0000
committerTatsuya Kinoshita <tats@debian.org>2021-03-03 22:10:04 +0000
commit1995178e6722eed0ac0143272964ae40ee8662d8 (patch)
tree1b281e12c8c4ed492adb3c77e4b7bb6687c53f70 /ChangeLog
parentPrevent unneeded memory allocation in Strgrow (diff)
downloadw3m-1995178e6722eed0ac0143272964ae40ee8662d8.tar.gz
w3m-1995178e6722eed0ac0143272964ae40ee8662d8.zip
Update ChangeLog
Diffstat (limited to '')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf6095c..3424727 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-03-03 Tatsuya Kinoshita <tats@debian.org>
+
+ * Str.c: Prevent unneeded memory allocation in Strgrow.
+
2021-03-02 Tatsuya Kinoshita <tats@debian.org>
* Str.c: Prevent large memory usage and null-deref in Str.c.