summaryrefslogtreecommitdiff
path: root/Documentation/git-count-objects.txt
diff options
context:
space:
mode:
authorLibravatar Brandon Casey <drafnel@gmail.com>2011-10-07 22:20:21 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-10-10 10:05:22 -0700
commit687296960d774a45df31df7bc371d01106a6f6b7 (patch)
tree75eb24bf9d3bf622cb72c8c23e4528a21178fc70 /Documentation/git-count-objects.txt
parentrefs.c: ensure struct whose member may be passed to realloc is initialized (diff)
downloadtgif-687296960d774a45df31df7bc371d01106a6f6b7.tar.xz
refs.c: abort ref search if ref array is empty
The bsearch() implementation on IRIX 6.5 segfaults if it is passed NULL for the base array argument even if number-of-elements is zero. So, let's work around it by detecting an empty array and aborting early. This is a useful optimization in its own right anyway, since we avoid a useless allocation and initialization of the ref_entry when the ref array is empty. Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-count-objects.txt')
0 files changed, 0 insertions, 0 deletions