Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-19 | tests: Add support for excluding fuzz targets using -x/--exclude | practicalswift | |
2020-02-19 | tests: Remove -detect_leaks=0 from test/fuzz/test_runner.py - no longer needed | practicalswift | |
2020-02-18 | ci: Run fuzz testing test cases under valgrind | practicalswift | |
2020-02-16 | tests: Add --valgrind option to test/fuzz/test_runner.py for running fuzzing ↵ | practicalswift | |
test cases under valgrind | |||
2020-01-30 | tests: Add fuzzer asmap to FUZZERS_MISSING_CORPORA (temporarily) | practicalswift | |
2020-01-27 | tests: Add fuzzer strprintf to FUZZERS_MISSING_CORPORA (temporarily) | practicalswift | |
2020-01-22 | tests: Add fuzzing harness for V1TransportDeserializer (P2P transport) | practicalswift | |
2019-12-19 | tests: Add fuzzing harness for DecodeHexTx(...) | practicalswift | |
2019-12-16 | tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ↵ | practicalswift | |
in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus | |||
2019-12-15 | tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ↵ | practicalswift | |
in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus | |||
2019-12-10 | tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ↵ | practicalswift | |
in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus | |||
2019-12-09 | Merge #17109: tests: Add fuzzing harness for various functions consuming ↵ | MarcoFalke | |
only integrals 597d10ceb9fd2a118c7e551cd6263379691d9295 tests: Add fuzzing harness for various functions consuming only integrals (practicalswift) 575383b3e1361e60ba88738a34d92b1662f915a7 tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus (practicalswift) Pull request description: Add fuzzing harness for various functions consuming only integrals. **Testing this PR** Run: ``` $ CC=clang CXX=clang++ ./configure --enable-fuzz \ --with-sanitizers=address,fuzzer,undefined $ make $ src/test/fuzz/integer ``` Top commit has no ACKs. Tree-SHA512: f0ccbd63671636f8e661385b682e16ad287fef8f92e7f91327ee2093afc36fcd424e1646fe90279388e28a760bcc795766eb80cf6375e0f873efff37fc7e2393 | |||
2019-12-06 | tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ↵ | practicalswift | |
in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus | |||
2019-12-06 | tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ↵ | practicalswift | |
in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus | |||
2019-11-21 | tests: Add deserialization fuzzing harnesses | practicalswift | |
2019-11-21 | tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ↵ | practicalswift | |
in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus | |||
2019-11-14 | fuzz: Bump timeout in test_runner to accomodate for slow arm64 CPUs | MarcoFalke | |
2019-06-18 | test: Log output even if fuzzer failed | MarcoFalke | |
2019-02-14 | fuzz: test_runner: Better error message when built with afl | MarcoFalke | |
2019-02-13 | qa: Add test/fuzz/test_runner.py | MarcoFalke | |