author | Sergey Vlasov <vsu@altlinux.ru> | |
Fri, 23 Sep 2005 12:28:23 +0000 (16:28 +0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 23 Sep 2005 21:30:45 +0000 (14:30 -0700) | ||
commit | 8be707de55e473a5d850a1fcdc6e30589a37d548 | |
tree | 803fd8b2299dbc3cd8b430c3f9fbed2bd379aeb4 | tree | snapshot |
parent | d35bbe0b2e3765639c23978783a5319dfad33992 | commit | diff |
[PATCH] git-local-fetch: Fix error checking and leak in setup_indices()
setup_indices() did not check the return value of opendir(), and
did not have a corresponding closedir() call.
Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Junio C Hamano <junkio@cox.net>
setup_indices() did not check the return value of opendir(), and
did not have a corresponding closedir() call.
Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Junio C Hamano <junkio@cox.net>
local-fetch.c | diff | blob | history |