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 /apply.c | |
parent | 177366415b95fb72bc2c37d55a936ff101986285 (diff) | |
download | git-168e63554cbd965fee4d0092e02f8170eba7481f.tar.gz |
ls-files: don't try to prune an empty indexrs/move-array
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 'apply.c')
0 files changed, 0 insertions, 0 deletions