diff options
author | Erik Faye-Lund <kusmabite@gmail.com> | 2011-10-06 19:52:48 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-07 16:12:25 -0700 |
commit | 2a6b149c64f6ba8cc3eef70c6901ee0c67a137a7 (patch) | |
tree | 12e4f74786a964b36a2be47a786a53bf2b30f89a /archive.h | |
parent | 703f05ad5835cff92b12c29aecf8d724c8c847e2 (diff) | |
download | git-2a6b149c64f6ba8cc3eef70c6901ee0c67a137a7.tar.gz |
mingw: avoid using strbuf in syslogef/mingw-syslog
strbuf can call die, which again can call syslog from git-daemon.
Endless recursion is no fun; fix it by hand-rolling the logic. As
a side-effect malloc/realloc errors are changed into non-fatal
warnings; this is probably an improvement anyway.
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Noticed-by: Johannes Sixt <j.sixt@viscovery.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'archive.h')
0 files changed, 0 insertions, 0 deletions