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
3 files changed
tree: 40a3c61a1e30e240ed58818cb021488566895881
  1. .github/
  2. docs/
  3. examples/
  4. fuzzing/
  5. .bazelrc
  6. BUILD
  7. CODEOWNERS
  8. LICENSE
  9. README.md
  10. WORKSPACE
README.md

Bazel Rules for Fuzz Tests

This repository contains Bazel Starlark extensions for defining fuzz tests in Bazel projects.

This is not an officially supported Google product.