diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-12-11 10:41:01 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-12-11 10:41:01 -0800 |
commit | 782ca8c44e176e8a00c2c824a98dbe6274167639 (patch) | |
tree | e584f823e702c36b82f207d4a726cfb192903b8b /ws.c | |
parent | Merge branch 'sb/doc-submodule-sync-recursive' (diff) | |
parent | revision.c: fix possible null pointer arithmetic (diff) | |
download | tgif-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 'ws.c')
0 files changed, 0 insertions, 0 deletions