summaryrefslogtreecommitdiff
path: root/t/t5702-clone-options.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2015-12-11 10:41:01 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-12-11 10:41:01 -0800
commit782ca8c44e176e8a00c2c824a98dbe6274167639 (patch)
treee584f823e702c36b82f207d4a726cfb192903b8b /t/t5702-clone-options.sh
parentMerge branch 'sb/doc-submodule-sync-recursive' (diff)
parentrevision.c: fix possible null pointer arithmetic (diff)
downloadtgif-782ca8c44e176e8a00c2c824a98dbe6274167639.tar.xz
Merge branch 'sn/null-pointer-arith-in-mark-tree-uninteresting'
mark_tree_uninteresting() has code to handle the case where it gets passed a NULL pointer in its 'tree' parameter, but the function had 'object = &tree->object' assignment before checking if tree is NULL. This gives a compiler an excuse to declare that tree will never be NULL and apply a wrong optimization. Avoid it. * sn/null-pointer-arith-in-mark-tree-uninteresting: revision.c: fix possible null pointer arithmetic
Diffstat (limited to 't/t5702-clone-options.sh')
0 files changed, 0 insertions, 0 deletions