oss-fuzz/projects/libgit2
Patrick Steinhardt 7951fd64fd [libgit2] create build directory only if it doesn't exist yet (#1633)
Right now, we're always trying to create the project build directory,
even if it already exists. When building the fuzzer with an already
existing project directory, though, this may produce an error if the
build directory already exists. Fix this by adding the "-p" flag to
mkdir(1), which will not produce an error if the target already exists.
2018-07-19 07:10:40 -07:00
..
corpora/download_refs
Dockerfile
build.sh [libgit2] create build directory only if it doesn't exist yet (#1633) 2018-07-19 07:10:40 -07:00
download_refs_fuzzer.cc
project.yaml