quoted
quoted
quoted
quoted
"LT" == Linus Torvalds [off-list ref] writes:
LT> On Thu, 2 Jun 2005, Junio C Hamano wrote:
quoted
+int sha1_file_size(const unsigned char *sha1, unsigned long *sizep)
LT> ...
quoted
+ ret = unpack_sha1_header(&stream, map, mapsize, hdr, sizeof(hdr));
LT> ...
quoted
+ delta_data_head = unpack_sha1_rest(&stream, hdr, 200);
LT> Why do you do this?
Because I was not thinking when I wrote "char hdr[1024]".
Nico pointed out the same problem and you have a fixed version
of both in your mailbox.