1. 14 Feb, 2016 10 commits
  2. 12 Feb, 2016 1 commit
    • Michael Macnair's avatar
      Add support for afl-fuzz testing · 9e500b49
      Michael Macnair authored
      "make fuzz" creates a simple executable that de-serialises stdin
      and re-serialises to stdout.
      "make fuzz_testcases" extracts the smaller json test cases into
      a testcases directory.
      
      The library can then be fuzzed as follows:
          CC=afl-clang-fast make fuzz
          make fuzz_testcases
          mkdir out
          afl-fuzz -i testcases -o out ./fuzz
      9e500b49
  3. 10 Feb, 2016 3 commits
  4. 09 Feb, 2016 1 commit
  5. 07 Feb, 2016 4 commits
  6. 05 Feb, 2016 4 commits
  7. 31 Jan, 2016 2 commits
  8. 30 Jan, 2016 8 commits
  9. 26 Jan, 2016 7 commits