diff options
author | René Scharfe <l.s.r@web.de> | 2017-07-16 13:16:01 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-17 14:55:21 -0700 |
commit | 168e63554cbd965fee4d0092e02f8170eba7481f (patch) | |
tree | 4c8dab271a4d080f1ba05f91d3ce2d2b3d3ee7fb /builtin/diff-tree.c | |
parent | apply: use COPY_ARRAY and MOVE_ARRAY in update_image() (diff) | |
download | tgif-168e63554cbd965fee4d0092e02f8170eba7481f.tar.xz |
ls-files: don't try to prune an empty index
Exit early when asked to prune an index that contains no entries to
begin with. This avoids pointer arithmetic on istate->cache, which is
possibly NULL in that case.
Found with Clang's UBSan.
Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/diff-tree.c')
0 files changed, 0 insertions, 0 deletions