author | Jim Meyering <meyering@redhat.com> | |
Sat, 12 Sep 2009 08:43:27 +0000 (10:43 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 13 Sep 2009 08:32:20 +0000 (01:32 -0700) | ||
commit | 41698375ada57d51cf6db5cf25970ccd1b918180 | |
tree | a1ed2b0f32a829bdb0b4cece3d85df933b924962 | tree | snapshot |
parent | 3d913526b19545eb4e463f96d2f3b8db8daae6ef | commit | diff |
don't dereference NULL upon fdopen failure
There were several unchecked use of fdopen(); replace them with xfdopen()
that checks and dies.
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
There were several unchecked use of fdopen(); replace them with xfdopen()
that checks and dies.
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-add.c | diff | blob | history | |
builtin-mailsplit.c | diff | blob | history | |
bundle.c | diff | blob | history | |
transport-helper.c | diff | blob | history | |
upload-pack.c | diff | blob | history |