diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-06-18 22:13:36 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-06-18 22:13:36 -0700 |
commit | 895a74b4352d4fdb0b01e296df90e61255d9c3d9 (patch) | |
tree | b8bf2610f98c185ca095c620efa06a7f858b39d2 /ChangeLog | |
parent | 70890e6941a4bdbfd0067b60260b7307a874d38b (diff) | |
download | txr-895a74b4352d4fdb0b01e296df90e61255d9c3d9.tar.gz txr-895a74b4352d4fdb0b01e296df90e61255d9c3d9.tar.bz2 txr-895a74b4352d4fdb0b01e296df90e61255d9c3d9.zip |
* lib.c (cat_str): Detect overflow in the total length
calculation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2015-06-18 Kaz Kylheku <kaz@kylheku.com> + * lib.c (cat_str): Detect overflow in the total length + calculation. + +2015-06-18 Kaz Kylheku <kaz@kylheku.com> + Improvements in equal hashing function. * hash.c (equal_hash): For conses and vectors, ensure that |