diff options
author | Johannes Sixt <j6t@kdbg.org> | 2011-11-01 23:21:06 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-11-01 15:29:18 -0700 |
commit | 395c73560b3716a1f74124826b80ab7ec47d7cd8 (patch) | |
tree | a2f7f79fc072a3dee9cd75c595fb31b5197e3299 /t/t7601-merge-pull-config.sh | |
parent | fix phantom untracked files when core.ignorecase is set (diff) | |
download | tgif-395c73560b3716a1f74124826b80ab7ec47d7cd8.tar.xz |
name-hash.c: always initialize dir_next pointer
Test t2021-checkout-overwrite.sh reveals a segfault in 'git add' on a
case-insensitive file system when git is compiled with XMALLOC_POISON
defined. The reason is that 2548183b (fix phantom untracked files when
core.ignorecase is set) added a new member dir_next to struct cache_entry,
but forgot to initialize it in all cases.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7601-merge-pull-config.sh')
0 files changed, 0 insertions, 0 deletions