Home
last modified time | relevance | path

Searched full:fuzzer (Results 1 – 20 of 20) sorted by relevance

/lz4-3.4.0-2.7.6/contrib/meson/meson/tests/
Dmeson.build33 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.yml21 - 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
Dappveyor.yml52 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
DNEWS181 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/
Dfuzz.h4 * Check the documentation for each individual fuzzer for more parameters.
9 * the data to lz4 functions. Every fuzzer initializes the RNG exactly
Dstandaloneengine.c45 /* Call the fuzzer with the data. */ in main()
DMakefile2 # LZ4 oss fuzzer - Makefile
/lz4-3.4.0-2.7.6/tests/
DMakefile25 # 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.gitignore8 fuzzer
DREADME.md8 - `fuzzer` : Test tool, to check lz4 integrity on target platform
Dfuzzer.c2 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()
DcheckFrame.c86 * Fuzzer functions
Dframetest.c102 * 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.gitignore13 fuzzer
/lz4-3.4.0-2.7.6/build/VS2010/
Dlz4.sln9 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fuzzer", "fuzzer\fuzzer.vcxproj", "{18B9F1A7-9…
/lz4-3.4.0-2.7.6/build/VS2017/
Dlz4.sln9 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fuzzer", "fuzzer\fuzzer.vcxproj", "{18B9F1A7-9…
/lz4-3.4.0-2.7.6/build/VS2010/fuzzer/
Dfuzzer.vcxproj24 <RootNamespace>fuzzer</RootNamespace>
163 <ClCompile Include="..\..\..\tests\fuzzer.c" />
/lz4-3.4.0-2.7.6/build/
DREADME.md35 - `fuzzer` : Test tool, to check lz4 integrity on target platform
/lz4-3.4.0-2.7.6/build/VS2017/fuzzer/
Dfuzzer.vcxproj24 <RootNamespace>fuzzer</RootNamespace>
167 <ClCompile Include="..\..\..\tests\fuzzer.c" />
/lz4-3.4.0-2.7.6/.circleci/
Dconfig.yml56 - run: make -C tests test-fuzzer && make clean