On Tue, 15 Sep 2009, Junio C Hamano wrote:
Please try this patch, which I have been preparing for later pushout.
From: Junio C Hamano <gitster@xxxxxxxxx>
Date: Mon, 14 Sep 2009 14:48:15 -0700
Subject: [PATCH] http.c: avoid freeing an uninitialized pointer
An earlier 59b8d38 (http.c: remove verification of remote packs) left
the variable "url" uninitialized; "goto cleanup" codepath can free it
which is not very nice.
Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx>
Appears to be working ok now, thanks.
BTW: Is there any way to easily invoke GDB in case of such a problem to
get a real symbolic stack backtrace?
I tried it on the 'git' binary, but of course this didn't work because it
invokes a git-pull script which again runs another git-remote-curl binary.
Regards
Guido
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html