summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-05-13 18:47:46 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-05-13 18:47:46 +0000
commit73e3b495e0ee825380dbc2eedbdd670a31b1b973 (patch)
tree08fcbe47d6353dc0baabe975dd0f3bcd2ca2bb3d /ChangeLog
parentf0b09906127b44b87c793a92aadd5dc41ac8e906 (diff)
downloadtinyproxy-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbf5dbf..de65fbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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