Skip to content
  • Yevgeny Pats's avatar
    fuzzit.sh: migrate syzkaller to new org and introduce regression · e5701ed1
    Yevgeny Pats authored
    The fuzzers now run on every new code that is pushed to master
    
    Regression using the generated corpus from the above step is
    run locally in the travis. This should fail the travis if new
    or old bugs are introduce and thus help catch bugs earlier.
    
    To reproduce locally you can run
    
    ./fuzzit create job --local syzkaller/target-name $PATH_TO_FUZZER
    e5701ed1