From: Mike Hommey Date: Mon, 3 Mar 2008 19:30:16 +0000 (+0100) Subject: Fix random crashes in http_cleanup() X-Git-Tag: v1.5.4.4~16 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f23d1f76273a59b030ea1028016e6a9fc9679d2c?hp=f23d1f76273a59b030ea1028016e6a9fc9679d2c 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 Signed-off-by: Junio C Hamano ---