]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
fuzz: add basic fuzz testing target.
authorJosh Steadmon <steadmon@google.com>
Sat, 13 Oct 2018 00:58:40 +0000 (17:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Oct 2018 05:28:59 +0000 (14:28 +0900)
commit5e47215080018b7eea2054ec70f5d686715d66ee
tree70f2a6f4c79a0a36855050df84dbcdbe554a3a7c
parent2efbb7f5218d5ca9d50cbcb86a365a08b2981d77
fuzz: add basic fuzz testing target.

fuzz-pack-headers.c provides a fuzzing entry point compatible with
libFuzzer (and possibly other fuzzing engines).

Signed-off-by: Josh Steadmon <steadmon@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Makefile
fuzz-pack-headers.c [new file with mode: 0644]