commit | b87b77202407e990c2d382420ab093dc4387aaea | [log] [tgz] |
---|---|---|
author | Tengpeng <66138273+tengpengli@users.noreply.github.com> | Fri Aug 14 13:38:11 2020 -0400 |
committer | GitHub <noreply@github.com> | Fri Aug 14 13:38:11 2020 -0400 |
tree | 40a3c61a1e30e240ed58818cb021488566895881 | |
parent | a5f1a58b39ac50039c2ad34b33561e8cc9f4acbe [diff] |
Solve potential corpus name conflict Solve potential corpus name conflict Fuzzing_corpus copies all corpus files into the same output directory, if the name of any two corpus files are the same, then the process can't be completed. The make_corpus_dir.py will change the name a/b/c.txt to a-b-c.txt to avoid the name conflict. Signed-off-by: tengpeng <tengpeng.li2020@gmail.com> modified: fuzzing/common.bzl modified: fuzzing/tools/BUILD new file: fuzzing/tools/make_corpus_dir.py
This repository contains Bazel Starlark extensions for defining fuzz tests in Bazel projects.
This is not an officially supported Google product.