From 6992c74bba22981acd866d4b3521b0e31ad15fae Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 25 Apr 2002 19:20:56 +0000 Subject: Check to see if request->path is actually allocated before trying to free it. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 271d4e6..7bafb66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 -- cgit v1.2.3