Google AutoFuzz Team

Results 11 comments of Google AutoFuzz Team

@gaming-hacker Hi, At Google we have several fuzzing efforts, including Autofuzz, OSS-Fuzz and others. If you have a specific suggestion that would make our reports to maintainers clearer or more...

Anything we can do to help?

This won't solve the problem, since it's always doable to generate an sufficenlty large input to hit the recursion limit.

We'll be happy to help you integrate with [Oss-Fuzz](https://github.com/google/oss-fuzz/) if you want :) Even though typical integrations can be done in < 100 LoC, we have a [reward program]( https://www.google.com/about/appsecurity/patch-rewards/...

Here is a fuzz target you can use and uses a library called [FuzzedDataProvider](https://github.com/llvm/llvm-project/blob/master/compiler-rt/lib/fuzzer/utils/FuzzedDataProvider.h): ```C #include #include #include "effcee/effcee.h" #include "FuzzedDataProvider.h" extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {...

> Thanks for your patience waiting for this delayed reply. > Yes, I'm interested in integrating with OSS-Fuzz. Great project! > > My team uses Effcee in googletest-based tests in...

I would expect an exception provided by asn1crypto. I didn't manage to find the right™ way to handle exceptions that could be raised by asn1crypto in its documentation. Is `except...

`IndexError` isn't a `ValueError`.

If you need help, we can help to start the integration. Do you want us to help?

Sure, sorry if the meaning wasn't clear. The first message isn't an automated one, hence why it was signed by Julien, who is a Google employee doing some outreach for...