oss-fuzz/projects/git
Arthur Chan 39a4c95af3
git: Combine multiple git command fuzzer to one (#8579)
List of git commands covered
        GIT_ADD
        GIT_BRANCH
        GIT_COMMIT
        GIT_CONFIG
        GIT_DIFF
        GIT_DIFF_FILES
        GIT_DIFF_INDEX
        GIT_DIFF_TREE
        GIT_LS_FILES
        GIT_LS_TREE
        GIT_MV
	GIT_RERERE
      	GIT_STATUS
        GIT_VERSION
2022-09-23 19:26:32 +01:00
..
Dockerfile
Makefile.diff git: Combine multiple git command fuzzer to one (#8579) 2022-09-23 19:26:32 +01:00
build.sh git: Combine multiple git command fuzzer to one (#8579) 2022-09-23 19:26:32 +01:00
fuzz-cmd-base.c git: Combine multiple git command fuzzer to one (#8579) 2022-09-23 19:26:32 +01:00
fuzz-cmd-base.h git: Combine multiple git command fuzzer to one (#8579) 2022-09-23 19:26:32 +01:00
fuzz-cmd-diff.c git: fix bug in issue 51681 51688 (#8563) 2022-09-22 13:54:15 +01:00
fuzz-cmd-status.c git: fix bug in issue 51681 51688 (#8563) 2022-09-22 13:54:15 +01:00
fuzz-cmd-version.c
fuzz-command.c git: Combine multiple git command fuzzer to one (#8579) 2022-09-23 19:26:32 +01:00
project.yaml