mirror of https://github.com/google/oss-fuzz.git
7951fd64fd
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. |
||
---|---|---|
.. | ||
corpora/download_refs | ||
Dockerfile | ||
build.sh | ||
download_refs_fuzzer.cc | ||
project.yaml |