summaryrefslogtreecommitdiffstats
path: root/fuzz-pack-idx.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fuzz: add fuzz testing for packfile indices.Josh Steadmon2018-10-151-0/+13
Breaks the majority of check_packed_git_idx() into a separate function, load_idx(). The latter function operates on arbitrary buffers, which makes it suitable as a fuzzing test target. Signed-off-by: Josh Steadmon <steadmon@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>