diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-13 18:47:46 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-13 18:47:46 +0000 |
commit | 73e3b495e0ee825380dbc2eedbdd670a31b1b973 (patch) | |
tree | 08fcbe47d6353dc0baabe975dd0f3bcd2ca2bb3d /ChangeLog | |
parent | f0b09906127b44b87c793a92aadd5dc41ac8e906 (diff) | |
download | tinyproxy-73e3b495e0ee825380dbc2eedbdd670a31b1b973.tar.gz tinyproxy-73e3b495e0ee825380dbc2eedbdd670a31b1b973.zip |
Fixed up a potential SEGFAULT if memory for an entry could not be
allocated. Also, thanks to Justin Guyett for finding a problem the
hashmap_remove() function. There was a problem where an entry's "prev"
pointer could be pointing to freed memory.
Finally, renamed all "maps" to bucket to make the source more
understandable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-05-13 Robert James Kaes <rjkaes@flarenet.com> + + * src/hashmap.c (hashmap_insert): Fixed a potential SEGFAULT if + the memory for the new hashmap entry could not be allocated. + (hashmap_remove): Fixed a problem where an entry could have it's + "prev" pointer still pointing at freed memory. Thanks to Justin + Guyett for finding and fixing this problem. + 2002-05-10 Robert James Kaes <rjkaes@flarenet.com> * Makefile.am (install-data-local): Fixed up the tinyproxy.conf |