summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-06-18 22:16:28 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-06-18 22:16:28 -0700
commit7b0433984c9f672fcde3f7cd39d1cdbd60abb6e7 (patch)
treeb0a8cb85b15962e1e138a2c38742da980903391c /ChangeLog
parent895a74b4352d4fdb0b01e296df90e61255d9c3d9 (diff)
downloadtxr-7b0433984c9f672fcde3f7cd39d1cdbd60abb6e7.tar.gz
txr-7b0433984c9f672fcde3f7cd39d1cdbd60abb6e7.tar.bz2
txr-7b0433984c9f672fcde3f7cd39d1cdbd60abb6e7.zip
* lib.c (mkstring): Fix neglect to null terminate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d4c51f6..82b28fc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2015-06-18 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (mkstring): Fix neglect to null terminate.
+
+2015-06-18 Kaz Kylheku <kaz@kylheku.com>
+
* lib.c (cat_str): Detect overflow in the total length
calculation.