(2010年02月18日 03:31), Junio C Hamano wrote:
Hitoshi Mitake<mitake@xxxxxxxxxxxxxxxxxxxxx> writes:
response_64 = xmalloc(ENCODED_SIZE(resp_len));
should be,
response_64 = xmalloc(ENCODED_SIZE(resp_len) + 1);
Good catch. Thanks for looking it over.
This is _your_ contribution (I only made a minor fix-up or two), so I'll
apply this your v6 under your name.
OK, and thanks a lot for your time and review!
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html