"Arthur Chan via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: Arthur Chan <arthur.chan@xxxxxxxxxxxxx> > > This patch is aimed to provide a better organisation for oss-fuzz > fuzzers and to avoid top-level clustters in the git repository when > more fuzzers are introduced. In addition, grouping the fuzzers into > their own directory separate their application on fuzz-testing from > the core functionalities of the git code. It also provide better > and tidier structure the oss-fuzz fuzzing library to manage, locate, > build and execute those fuzzers for fuzz-testing purposes in future > development. > > A new direrctory oss-fuzz has been created and existing fuzzers are > moved into the new directory. Makefile and .gitignore have been > fixed accordingly. > > CC: Josh Steadmon <steadmon@xxxxxxxxxx> > CC: David Korczynski <david@xxxxxxxxxxxxx> > Signed-off-by: Arthur Chan <arthur.chan@xxxxxxxxxxxxx> > --- Thanks. Will queue with a bit of rephrasing of the above.