]> git.ipfire.org Git - thirdparty/git.git/commit - config.c
config.c:store_write_pair(): don't read the byte before a malloc'd buffer.
authorJim Meyering <jim@meyering.net>
Sat, 8 Dec 2007 15:48:05 +0000 (16:48 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 8 Dec 2007 22:24:13 +0000 (14:24 -0800)
commit6281f394674bf2db861967da6c2215cfc3fc78af
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