diff options
author | Michael Clark <michael@metaparadigm.com> | 2009-08-27 06:40:00 +0000 |
---|---|---|
committer | Michael Clark <michael@metaparadigm.com> | 2009-08-27 06:40:00 +0000 |
commit | f5dd43a9d10abb2de50956d23505da08896f0c64 (patch) | |
tree | 3ad1e6da971d70cee76773859c13b2c7fe3b69d8 /ChangeLog | |
parent | 126ad95fc4895412b631f90657e72e8c75780667 (diff) | |
download | json-c-f5dd43a9d10abb2de50956d23505da08896f0c64.tar.gz |
* Fix subtle bug in linkhash where lookup could hang after all slots
were filled then successively freed.
Spotted by Jean-Marc Naud, j dash m at newtraxtech dot com
git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@54 327403b1-1117-474d-bef2-5cb71233fd97
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +0.10 + * Fix subtle bug in linkhash where lookup could hang after all slots + were filled then successively freed. + Spotted by Jean-Marc Naud, j dash m at newtraxtech dot com + * Make json_object_from_file take const char *filename + Spotted by Vikram Raj V, vsagar at attinteractive dot com * Add handling of surrogate pairs (json_tokener.c, test4.c, Makefile.am) Brent Miller, bdmiller at yahoo dash inc dot com * Correction to comment describing printbuf_memappend in printbuf.h |