Searched full:fuzzer (Results 1 – 20 of 20) sorted by relevance
/lz4-3.4.0-2.7.6/contrib/meson/meson/tests/ |
D | meson.build | 33 fuzzer_sources = [join_paths(lz4_root_dir, 'tests/fuzzer.c')] 34 fuzzer = executable('fuzzer', build 86 test('test-fuzzer', 87 fuzzer,
|
/lz4-3.4.0-2.7.6/ |
D | .travis.yml | 21 - name: (Precise) frame and fuzzer test 26 - make -C tests test-frametest test-fuzzer 28 - name: ASAN tests with fuzzer and frametest 32 - CC=clang MOREFLAGS=-fsanitize=address make -C tests test-frametest test-fuzzer 90 - name: (Trusty) i386 frame + fuzzer test
|
D | appveyor.yml | 52 make -C tests fuzzer && 57 …make -C tests fuzzer CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sig… 118 echo trying to launch fuzzer.exe && 119 fuzzer.exe -v -T30s
|
D | NEWS | 181 Fixed : Fuzzer + frametest compatibility with NetBSD (issue #48, reported by Thomas Klausner) 243 Improved : fuzzer, support more test cases, more parameters, ability to jump to specific test 285 fuzzer & fullbench : updated to test new functions
|
/lz4-3.4.0-2.7.6/ossfuzz/ |
D | fuzz.h | 4 * Check the documentation for each individual fuzzer for more parameters. 9 * the data to lz4 functions. Every fuzzer initializes the RNG exactly
|
D | standaloneengine.c | 45 /* Call the fuzzer with the data. */ in main()
|
D | Makefile | 2 # LZ4 oss fuzzer - Makefile
|
/lz4-3.4.0-2.7.6/tests/ |
D | Makefile | 25 # fuzzer : Test tool, to check lz4 integrity on target platform 59 all: fullbench fuzzer frametest roundTripTest datagen checkFrame decompress-partial 97 fuzzer : lz4.o lz4hc.o xxhash.o fuzzer.c target 122 fuzzer$(EXT) fuzzer32$(EXT) \ 171 test: test-lz4 test-lz4c test-frametest test-fullbench test-fuzzer test-install test-amalgamation l… 505 test-fuzzer: fuzzer 506 ./fuzzer $(FUZZER_TIME) 509 test-fuzzer32: test-fuzzer 517 test-mem: lz4 datagen fuzzer frametest fullbench 534 valgrind --leak-check=yes --error-exitcode=1 ./fuzzer -i64 -t1
|
D | .gitignore | 8 fuzzer
|
D | README.md | 8 - `fuzzer` : Test tool, to check lz4 integrity on target platform
|
D | fuzzer.c | 2 fuzzer.c - Fuzzer test tool for LZ4 102 * Fuzzer functions 279 perror("fuzzer: freeing low address buffer"); in FUZ_freeLowAddr() 358 DISPLAY("Not enough memory to start fuzzer tests"); in FUZ_test() 1820 printf("Starting LZ4 fuzzer (%i-bits, v%s)\n", (int)(sizeof(size_t)*8), LZ4_versionString()); in main()
|
D | checkFrame.c | 86 * Fuzzer functions
|
D | frametest.c | 102 * Fuzzer functions 189 DISPLAY("allocation error, not enough memory to start fuzzer tests \n"); in basicTests() 961 /* main fuzzer test loop */ in fuzzerTests()
|
/lz4-3.4.0-2.7.6/programs/ |
D | .gitignore | 13 fuzzer
|
/lz4-3.4.0-2.7.6/build/VS2010/ |
D | lz4.sln | 9 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fuzzer", "fuzzer\fuzzer.vcxproj", "{18B9F1A7-9…
|
/lz4-3.4.0-2.7.6/build/VS2017/ |
D | lz4.sln | 9 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fuzzer", "fuzzer\fuzzer.vcxproj", "{18B9F1A7-9…
|
/lz4-3.4.0-2.7.6/build/VS2010/fuzzer/ |
D | fuzzer.vcxproj | 24 <RootNamespace>fuzzer</RootNamespace> 163 <ClCompile Include="..\..\..\tests\fuzzer.c" />
|
/lz4-3.4.0-2.7.6/build/ |
D | README.md | 35 - `fuzzer` : Test tool, to check lz4 integrity on target platform
|
/lz4-3.4.0-2.7.6/build/VS2017/fuzzer/ |
D | fuzzer.vcxproj | 24 <RootNamespace>fuzzer</RootNamespace> 167 <ClCompile Include="..\..\..\tests\fuzzer.c" />
|
/lz4-3.4.0-2.7.6/.circleci/ |
D | config.yml | 56 - run: make -C tests test-fuzzer && make clean
|