Lines Matching +full:oss +full:- +full:fuzz +full:- +full:project +full:- +full:name
1 # Run a fuzz test to verify robustness against corrupted/malicious data.
13 placeholder = '// package name placeholder'
19 # Prefix them with package name.
58 fuzz = malloc_env.Program(["fuzztest.c"] + objs_malloc)
60 # Run the stand-alone fuzz tester
66 env.RunTest(fuzz, ARGS = [str(seed), str(iterations)])
72 env.RunTest("generate_message.output.fuzzed", [fuzz, "generate_message.output"])
96 sys.stdout.write("Fuzzing: %5d/%5d: %-40.40s\r" % (count, len(files), filename))
125 env.Command("corpus.zip.fuzzed", [fuzz, "corpus.zip"], run_against_corpus)
126 env.Command("regressions.zip.fuzzed", [fuzz, "regressions.zip"], run_against_corpus)
130 # These are mainly used by oss-fuzz project.