diff options
author | Neil Horman <nhorman@tuxdriver.com> | 2012-05-03 08:10:22 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-05-03 15:41:35 -0700 |
commit | 4b580061b350ae9d27ab7c3936a45828a33624c6 (patch) | |
tree | 2a1bf8aca353514402c77d72f61047562a90e34c /unpack-trees.h | |
parent | git-rebase: add keep_empty flag (diff) | |
download | tgif-4b580061b350ae9d27ab7c3936a45828a33624c6.tar.xz |
git cherry-pick: do not dereference a potential NULL pointer
In the case the pointer could be NULL, the function that gave the caller
the NULL pointer would already have issued an error message, so simply
returning early with an error status without issuing a new message is
sufficient. The same for parse_commit() that will show necessary error
message when the argument is not NULL, and will return error silently
when the argument is NULL.
Noticed-by: Michael Mueller
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'unpack-trees.h')
0 files changed, 0 insertions, 0 deletions