Skip to content
Snippets Groups Projects
  1. May 16, 2020
  2. Apr 17, 2020
    • Dhiraj Mishra's avatar
      Adding regexp testcases (#85) · b6bb2f13
      Dhiraj Mishra authored
      * Create reg1
      
      * Create reg2
      
      * Create reg3
      
      * Create reg4
      
      * Rename testcases/others/regex/reg4 to testcases/others/regexp/reg4
      
      * Rename testcases/others/regex/reg3 to testcases/others/regexp/reg3
      
      * Rename testcases/others/regex/reg2 to testcases/others/regexp/reg2
      
      * Rename testcases/others/regex/reg1 to testcases/others/regexp/reg1
      b6bb2f13
  3. Apr 09, 2020
  4. Mar 31, 2020
  5. Mar 25, 2020
  6. Mar 06, 2020
  7. Feb 21, 2020
  8. Jan 28, 2020
  9. Jan 08, 2020
  10. Jan 07, 2020
  11. Dec 21, 2019
  12. Nov 19, 2019
  13. Nov 12, 2019
  14. Nov 05, 2019
  15. Oct 07, 2019
  16. Oct 02, 2019
  17. Sep 27, 2019
  18. Sep 18, 2019
  19. Sep 12, 2019
  20. Sep 10, 2019
  21. Sep 06, 2019
  22. Sep 02, 2019
    • neuracr's avatar
      Add test that parses fuzzer_stats (#17) · 331bc9b0
      neuracr authored
      PR #15 added new statistics outputed to the out/fuzzer_stats file. Add tests for it.
      
      - create a .travis/ directory in which we can put helper scripts for travis
      - create .travis/check_fuzzer_stats.sh to parse out/fuzzer_stats and check for expected key:value pairs.
      - run several jobs to test for different environment variables ( AFL_EXIT_WHEN_DONE, AFL_BENCH_JUST_ONE, AFL_BENCH_UNTIL_CRASH, and manual stopping)
      331bc9b0
  23. Aug 31, 2019
  24. Aug 28, 2019
    • neuracr's avatar
      Adding statistic metrics: peak_rss_mb and slowest_exec_ms (#15) · f16c0325
      neuracr authored
      Gather more metrics and print them in the fuzzer_stats report to better understand how a fuzzer behaves:
      
      - peak_rss_mb: the maximum rss value reached during the fuzzing. This is collected by the parent process at the end of the fuzzing session using `getrusage` on `RUSAGE_CHILDREN` (the parent process needs to end and wait for the children to use the `RUSAGE_CHILDREN` option).
      
      - slowest_exec_ms: duration of the slowest execution in ms that is not considered as a hang. This work is inspired by libFuzzer which already calculates this metric in a equivalent way.
      
      - make sure the forkserver and current runner are killed when the session stops programmatically before calling waitpid
      f16c0325
    • Max Moroz's avatar
      [docs] Fix formatting in the ChangeLog. · e9be6bce
      Max Moroz authored
      e9be6bce
    • Max Moroz's avatar
      Prepare for v2.54b release. (#16) · d812d7b5
      Max Moroz authored
      * Prepare for v2.54b release.
      
      * fix a typo
      d812d7b5
  25. Aug 06, 2019
  26. Jul 26, 2019
Loading