From 0e7182533ce53592139e8ea35fab48b4ddaa43ae Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Fri, 26 Apr 2002 16:43:20 +0000 Subject: Need to check the return value of hashmap_first() since it could be negative. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7bafb66..5e13517 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-04-26 Robert James Kaes + + * src/reqs.c (process_client_headers): + (process_server_headers): Test the return value of hashmap_first() + since the hashmap could be empty (returning a -1 via hashmap_first.) + 2002-04-25 Robert James Kaes * src/reqs.c (remove_connection_headers): Handle both the -- cgit v1.2.3