diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-25 19:20:56 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-25 19:20:56 +0000 |
commit | 6992c74bba22981acd866d4b3521b0e31ad15fae (patch) | |
tree | ae35d6802874c11ea626d31323040b98574b421e /ChangeLog | |
parent | 284def7321251f4f644eb9462c4c36f799fc1ea0 (diff) | |
download | tinyproxy-6992c74bba22981acd866d4b3521b0e31ad15fae.tar.gz tinyproxy-6992c74bba22981acd866d4b3521b0e31ad15fae.zip |
Check to see if request->path is actually allocated before trying to free
it.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ * src/reqs.c (remove_connection_headers): Handle both the Connection header _and_ the Proxy-Connection header. + (free_request_struct): Check to see if request->path is actually + allocated before trying to delete it. * src/hashmap.c: The hashmap will now handle multiple keys with the same value. This change was need because some sites like |