author | Mike Hommey <mh@glandium.org> | |
Mon, 3 Mar 2008 19:30:16 +0000 (20:30 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 3 Mar 2008 21:36:44 +0000 (13:36 -0800) | ||
commit | f23d1f76273a59b030ea1028016e6a9fc9679d2c | |
tree | 7d25ad6dddbcf1bacf6668db85ac365d7ae040da | tree | snapshot |
parent | d3df4271b900c9bf529cf495afeb77fbbf621221 | commit | diff |
Fix random crashes in http_cleanup()
For some reason, http_cleanup was running all active slots, which could
lead in situations where a freed slot would be accessed in
fill_active_slots. OTOH, we are cleaning up, which means the caller
doesn't care about pending requests. Just forget about them instead
or running them.
Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
For some reason, http_cleanup was running all active slots, which could
lead in situations where a freed slot would be accessed in
fill_active_slots. OTOH, we are cleaning up, which means the caller
doesn't care about pending requests. Just forget about them instead
or running them.
Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c | diff | blob | history |