DavidKorczynski

Results 274 comments of DavidKorczynski

> @DavidKorczynski I think an easy way is to count files. e.g. If fluent-bit reads 10k files, gives up and reports error. > > A threshold is difficult since it...

Am not sure what the desired logical fix is here as I'm not very familiar with what features you're looking for -- in essence my fix is rooted in highlighting...

> Do you think it is a good idea to patch Onigmo locally in https://github.com/fluent/fluent-bit/tree/master/lib/onigmo until the official library provides the fix? Yes, can you make PRs? The more general...

Thanks @sashashura -- @edsiper will carry this forward in terms of to patch or not. One thing we should consider is whether patching is sustainable, as the fuzzers may continue...

I think ultimately doing OSS-Fuzz and Hypothesis would be the best. I'm not much familiar with Hypothesis so I can't comment too much on it. But, see this comment from...

It would also be nice to fuzz https://github.com/oracle/python-oracledb so if you're happy to integrate then I'd be happy to do that project as well

This is not due to fuzz intropector but LTO. When adding ``` export CFLAGS="${CFLAGS} -flto" export CXXFLAGS="${CXXFLAGS} -flto" ``` to the build file and compiling with address sanitizer I run...

In parallel with the callgraph we should look for the other program attributes fuzz introspector needs, such as information about: - instructions in a function - branches - basic blocks...

@Navidem I just tried nss and it killed my machine - most likely due to some resource exhaustion but am yet to isolate whether it's due to LTO or fuzz-introspector,...

> @DavidKorczynski thanks for checking. I can say without LTO it finishes successfully within ~7 min on my side. I too compile it fine with `python3 infra/helper.py build_fuzzers nss`