]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/ewah-bounds-check'
authorJunio C Hamano <gitster@pobox.com>
Mon, 18 Jun 2018 18:23:22 +0000 (11:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Jun 2018 18:23:22 +0000 (11:23 -0700)
The code to read compressed bitmap was not careful to avoid reading
past the end of the file, which has been corrected.

* jk/ewah-bounds-check:
  ewah: adjust callers of ewah_read_mmap()
  ewah_read_mmap: bounds-check mmap reads

1  2 
dir.c
pack-bitmap.c
t/t5310-pack-bitmaps.sh

diff --cc dir.c
Simple merge
diff --cc pack-bitmap.c
Simple merge
Simple merge