Revision f35f43f565c99d5cbbac210b82448d9f445c9607 authored by Junio C Hamano on 18 June 2018, 18:23:22 UTC, committed by Junio C Hamano on 18 June 2018, 18:23:22 UTC
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
2 parent s 1663e2b + 1140bf0
History
File Mode Size
bitmap.c -rw-r--r-- 4.8 KB
ewah_bitmap.c -rw-r--r-- 16.0 KB
ewah_io.c -rw-r--r-- 5.8 KB
ewah_rlw.c -rw-r--r-- 2.9 KB
ewok.h -rw-r--r-- 6.4 KB
ewok_rlw.h -rw-r--r-- 3.0 KB

back to top