Git Product home page Git Product logo

Comments (3)

jonathanmetzman avatar jonathanmetzman commented on April 30, 2024

How about a flag that asks CFL to minimize testcases found in PR fuzzing?
Note that I'm not sure it makes sense to do this in batch fuzzing because it will mess up the time we allocate to fuzzing, since in batch fuzzing we run other fuzzers after first crash is found, so minimizing the testcase will result in less time for other fuzzers.

from clusterfuzzlite.

evverx avatar evverx commented on April 30, 2024

How about a flag that asks CFL to minimize testcases found in PR fuzzing?

I think something like MINIMIZE_CRASHES: 1 should work. As far as I know unlike the "minimizer" used by OSS-Fuzz libFuzzer doesn't keep track of backtraces when -minimize_crash=1 is passed to it so if it was used to implement that I think it would make sense to attach original and minimized crashes to make sure they actually triggered the same issue.

Note that I'm not sure it makes sense to do this in batch fuzzing because it will mess up the time we allocate to fuzzing

I use OSS-Fuzz for batch fuzzing :-) but I agree that CFLite shouldn't try to minimize crashes in that mode (at least by default)

from clusterfuzzlite.

evverx avatar evverx commented on April 30, 2024

As far as I understand this issue can be closed. Thanks!

from clusterfuzzlite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.