Git Product home page Git Product logo

Comments (8)

robertswiecki avatar robertswiecki commented on May 3, 2024

I've added --tmout_sigvtalrm, please give it a try

from honggfuzz.

ngg avatar ngg commented on May 3, 2024

Thanks for the fast patch, it seems to be working (on Linux at least).
I don't know if it's intentional but sometimes the Crashes counter shows a smaller number than the Timeouts counter.

I have tried it with the following simple code:

#include <stdint.h>
#include <unistd.h>

int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
{
    if (size > 0 && data[0] == 'H')
        if (size > 1 && data[1] == 'I')
            if (size > 2 && data[2] == '!')
                sleep(20);
    return 0;
}

from honggfuzz.

ngg avatar ngg commented on May 3, 2024

I do not know if this use case is happening often enough, but would you consider giving this option a one-letter code (like -T)?

from honggfuzz.

robertswiecki avatar robertswiecki commented on May 3, 2024

Sure, gitpulls wellcome :)

from honggfuzz.

robertswiecki avatar robertswiecki commented on May 3, 2024

I've added protection against counting timeouts twice (or more times). Feel free to test the newest pull

from honggfuzz.

ngg avatar ngg commented on May 3, 2024

I have submitted a bugfix #119 and the short flag option #120.
Thanks!

from honggfuzz.

ngg avatar ngg commented on May 3, 2024

Btw I have used this new timeout option to find out what causes 100% CPU usage in the ASN1 decoder of Crypto++. That has just been publicly disclosed at weidai11/cryptopp#346 (it does not have a CVE number yet)

from honggfuzz.

robertswiecki avatar robertswiecki commented on May 3, 2024

Nice :)

from honggfuzz.

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.