summaryrefslogtreecommitdiff
path: root/builtin-check-attr.c
diff options
context:
space:
mode:
authorLibravatar Johannes Schindelin <johannes.schindelin@gmx.de>2009-01-28 00:07:36 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-01-27 15:16:41 -0800
commitb8469ad0578d6b84ec92752a5f8df3ca5828af77 (patch)
tree17e43c7238c62fbdf153a2b5d1ff3cd36dfcc4e0 /builtin-check-attr.c
parentget_sha1_basic(): fix invalid memory access, found by valgrind (diff)
downloadtgif-b8469ad0578d6b84ec92752a5f8df3ca5828af77.tar.xz
test-path-utils: Fix off by one, found by valgrind
When normalizing an absolute path, we might have to add a slash _and_ a NUL to the buffer, so the buffer was one too small. Let's just future proof the code and alloc PATH_MAX + 1 bytes. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-check-attr.c')
0 files changed, 0 insertions, 0 deletions