diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-02-18 16:00:53 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-18 16:00:53 -0800 |
commit | 78368f2c1ad342719ccf1e719bd5126ca6c7b68b (patch) | |
tree | 7fbeaf3abefa9c7ecf66770309c5617b8f146667 /t/t9150-svk-mergetickets.sh | |
parent | builtin/mv: don't use memory after free (diff) | |
download | tgif-78368f2c1ad342719ccf1e719bd5126ca6c7b68b.tar.xz |
open_istream(): do not dereference NULL in the error case
When stream-filter cannot be attached, it is expected to return NULL,
and we should close the stream we opened and signal an error by
returning NULL ourselves from this function.
However, we attempted to dereference that NULL pointer between the
point we detected the error and returned from the function.
Brought-to-attention-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9150-svk-mergetickets.sh')
0 files changed, 0 insertions, 0 deletions