Commit cdb6f9bf5e77b6e83d4bdc6cd75c31d0d3377800

Carlos Martín Nieto 2011-06-20T17:34:01

Allocate enough memory for the terminator in commit parsing Also allow space for the null-terminator when allocating the buffer in packfile_unpack_compressed. Up to now, the last newline had served as a terminator, but 858ef372 searches for a double-newline and exposes the problem. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>