Searched refs:fuzz (Results 1 – 8 of 8) sorted by relevance
4 This directory contains fuzz targets.6 They are used with a so-called fuzz driver, which will generate inputs, try to process them with th…8 These targets were meant to be used with oss-fuzz but can be used in other contexts.15 To run the fuzz targets like oss-fuzz:17 git clone https://github.com/google/oss-fuzz18 cd oss-fuzz24 And you can run any of the fuzz targets like `fuzz_client`.26 To run the fuzz targets without oss-fuzz, you first need to install one libFuzzingEngine (libFuzzer…35 Finally, you can run the targets like `./test/fuzz/fuzz_client`.
7 project(fuzz CXX) project
3 add_subdirectory(fuzz)
129 .PHONY: all clean list fuzz136 all: fuzz139 fuzz: ${MBEDTLS_TEST_OBJS} target140 $(MAKE) -C fuzz THIRDPARTY_INCLUDES=$(THIRDPARTY_INCLUDES)413 $(MAKE) -C fuzz clean
3 !fuzz/Makefile
543 …-no-skip-worktree Makefile library/Makefile programs/Makefile tests/Makefile programs/fuzz/Makefile544 … git checkout -- Makefile library/Makefile programs/Makefile tests/Makefile programs/fuzz/Makefile
813 * simple conversion to a fuzz target.
1074 keys. Found by Catena cyber using oss-fuzz (issue 20467).1293 * Adds fuzz targets, especially for continuous fuzzing with OSS-Fuzz.1765 (found by Catena cyber using oss-fuzz)2129 Found through fuzz testing.2840 afl-fuzz.)
Completed in 16 milliseconds