1
0
mirror of https://github.com/git/git.git synced 2025-03-26 08:42:00 +00:00
Erik Faye-Lund 2a6b149c64 mingw: avoid using strbuf in 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>
2011-10-07 16:12:25 -07:00
..
2010-11-23 16:06:50 -08:00
2010-11-23 16:06:50 -08:00
2010-03-07 00:37:36 -08:00
2010-06-21 06:02:45 -07:00
2011-10-07 16:12:25 -07:00
2010-11-04 16:53:49 -07:00