| author | Jonas Fonseca <fonseca@diku.dk> | |
| Sat, 26 Aug 2006 14:16:18 +0000 (16:16 +0200) | ||
| committer | Junio C Hamano <junkio@cox.net> | |
| Sun, 27 Aug 2006 00:54:06 +0000 (17:54 -0700) | ||
| commit | 83572c1a914d3f7a8dd66d954c11bbc665b7b923 | |
| tree | bae4dc57d36b83c835253498dfdabd29d4dec66e | tree | snapshot |
| parent | 095c424d08d96a5f9ee3ca53ae952e92c5cff99b | commit | diff |
Use xrealloc instead of realloc
Change places that use realloc, without a proper error path, to instead use
xrealloc. Drop an erroneous error path in the daemon code that used errno
in the die message in favour of the simpler xrealloc.
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Change places that use realloc, without a proper error path, to instead use
xrealloc. Drop an erroneous error path in the daemon code that used errno
in the die message in favour of the simpler xrealloc.
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
| builtin-fmt-merge-msg.c | diff | blob | history | |
| builtin-log.c | diff | blob | history | |
| builtin-mv.c | diff | blob | history | |
| daemon.c | diff | blob | history | |
| diff-delta.c | diff | blob | history | |
| dir.c | diff | blob | history | |
| git.c | diff | blob | history | |
| sha1_file.c | diff | blob | history | |
| xdiff-interface.c | diff | blob | history |