Browse Source
If a curl handle is configured with special options, they may reference information that is freed after the request is complete which can cause a segfault if the curl handle is reused for a different type of request. This patch resets these options to a safe state when a transfer slot is assigned to a new request. Signed-off-by: Nick Hengeveld <nickh@reactrix.com> Signed-off-by: Junio C Hamano <junkio@cox.net>maint
Nick Hengeveld
19 years ago
committed by
Junio C Hamano
1 changed files with 6 additions and 3 deletions
Loading…
Reference in new issue