You must log in to access this page.

Commit 78fae47878111dd9833345fa622bafb51e5d69b5

Carlos Martín Nieto 2011-06-06T14:19:47

pkt: make sure we really only read the length A pkt-line's length are described in its first four bytes in ASCII hex. Copy this substring to another string before feeding it to git__strtol32. Otherwise, it will read the whole hash. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>