diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-06-07 21:37:36 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-06-07 21:37:36 -0700 |
commit | b50fa12ce36728c4bcc5a5ee7b0717ccedaef87b (patch) | |
tree | 703a609ec7e451a786333a593162cb5df00c5e14 /ChangeLog | |
parent | e131c739eaa55df3b6515fc91e150b12ee77152b (diff) | |
download | txr-b50fa12ce36728c4bcc5a5ee7b0717ccedaef87b.tar.gz txr-b50fa12ce36728c4bcc5a5ee7b0717ccedaef87b.tar.bz2 txr-b50fa12ce36728c4bcc5a5ee7b0717ccedaef87b.zip |
Critical bugfix for weak hashes.
* hash.c (hash_mark): Hash tables which have both weak keys
and values were not added to the reachable_weak_hashes list,
and thus not subject to complete hash processing, leading
to corruption.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2015-06-07 Kaz Kylheku <kaz@kylheku.com> + Critical bugfix for weak hashes. + + * hash.c (hash_mark): Hash tables which have both weak keys + and values were not added to the reachable_weak_hashes list, + and thus not subject to complete hash processing, leading + to corruption. + +2015-06-07 Kaz Kylheku <kaz@kylheku.com> + * lib.h (mkloc): Rename misleading argument from fun to obj. 2015-06-07 Kaz Kylheku <kaz@kylheku.com> |