[PATCH] Fix buffer overflow in ce_flush().
authorQingning Huo <qhuo@mayhq.co.uk>
Sun, 11 Sep 2005 13:27:47 +0000 (14:27 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 11 Sep 2005 17:51:13 +0000 (10:51 -0700)
Add a check before appending SHA1 signature to write_buffer,
flush it first if necessary.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found