search for: 454545

Displaying 4 results from an estimated 4 matches for "454545".

2016 Sep 21
2
-sanitizer-coverage-prune-blocks=true and LibFuzzer
...DONE cov: 60 bits: 91 indir: 1 units: 57 exec/s: 588235 > #10000000 DONE cov: 253 bits: 901 indir: 12 units: 467 exec/s: 526315 > #10000000 DONE cov: 63 bits: 95 indir: 1 units: 64 exec/s: 476190 > #10000000 DONE cov: 252 bits: 923 indir: 12 units: 491 exec/s: 454545 > #10000000 DONE cov: 253 bits: 880 indir: 12 units: 471 exec/s: 384615 > > Similar things happen with other binaries: > for S in 1 2 3 4 5 6; do ./target-asan-8bit-nopru-build/fuzzer -seed=$S -runs=10000000 2>&1 | grep DONE & done > #10000000 DONE cov:...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...t;gray21", "#363636", "gray22", "#383838", "gray23", "#3B3B3B", "gray24", "#3D3D3D", "gray25", "#404040", "gray26", "#424242", "gray27", "#454545", "gray28", "#474747", "gray29", "#4A4A4A", "gray30", "#4D4D4D", "gray31", "#4F4F4F", "gray32", "#525252", "gray33", "#545454", "gray34...
2016 Sep 21
2
-sanitizer-coverage-prune-blocks=true and LibFuzzer
...ov: 60 bits: 91 indir: 1 units: 57 exec/s: 588235 >> #10000000 DONE cov: 253 bits: 901 indir: 12 units: 467 exec/s: 526315 >> #10000000 DONE cov: 63 bits: 95 indir: 1 units: 64 exec/s: 476190 >> #10000000 DONE cov: 252 bits: 923 indir: 12 units: 491 exec/s: 454545 >> #10000000 DONE cov: 253 bits: 880 indir: 12 units: 471 exec/s: 384615 >> >> Similar things happen with other binaries: >> for S in 1 2 3 4 5 6; do ./target-asan-8bit-nopru-build/fuzzer -seed=$S -runs=10000000 2>&1 | grep DONE & done >> #1000000...
2016 Sep 21
3
-sanitizer-coverage-prune-blocks=true and LibFuzzer
Hello, Is this reproducible? > Fuzzing is a probabilistic business and one or even two runs don't prove > much. > I've reproduced the behavior on two different machines. Attached is a script to do so. To use the script, - create an empty folder and copy both prune-blocks.sh and ff-http-parser.sh in there - ensure clang and clang++ are in your $PATH - cd /path/to/prune-blocks.sh