Merge branch 'jk/ewah-bounds-check'
commitf35f43f565c99d5cbbac210b82448d9f445c9607
authorJunio C Hamano <gitster@pobox.com>
Mon, 18 Jun 2018 18:23:22 +0000 (18 11:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Jun 2018 18:23:22 +0000 (18 11:23 -0700)
treeb03ce86ff4b83a5a3d57675862308310413ae959
parent1663e2ba6863afa949dd84b3286b52290049daa9
parent1140bf01ecf4a49c32b3c385dd782cd183e730af
Merge branch 'jk/ewah-bounds-check'

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
dir.c
pack-bitmap.c
t/t5310-pack-bitmaps.sh