config.c:store_write_pair(): don't read the byte before a malloc'd buffer.
commit6281f394674bf2db861967da6c2215cfc3fc78af
authorJim Meyering <jim@meyering.net>
Sat, 8 Dec 2007 15:48:05 +0000 (8 16:48 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 8 Dec 2007 22:24:13 +0000 (8 14:24 -0800)
treefdfab53d81a1e017d1d12c45bb1e88eee3f606fe
parent8e7425da782cbdff4531d84e0ef4ec7bd3ae23d7
config.c:store_write_pair(): don't read the byte before a malloc'd buffer.

Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.c