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 /templates | |
parent | fa41b052538840dbadbd14ca45da837a1965ae0f (diff) | |
parent | a2678df335f3404bc5d96683fa36b8cfab7946b0 (diff) | |
download | git-782ca8c44e176e8a00c2c824a98dbe6274167639.tar.gz |
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 'templates')
0 files changed, 0 insertions, 0 deletions