Bhargava Shastry

Results 48 comments of Bhargava Shastry

> @bshastry Do we have infrastructure set up to easily fuzz develop pre- and post this change before our next release :-)? Affected is any solidity code with effects that...

Thanks for the clarification @ekpyron . Yeah, fuzzing this is tricky because we don't have infrastructure yet for a baseline and experiment groups that differ by versions/commits. I actually need...

> Yeah, ok... can the fuzzers spawn processes? Then using two separate solc binaries and haviung them produce bytecode and then feeding those two bytecodes to evmhost separately (without actually...

Hello, I was wondering if adding the solidity compiler, the official "smart contract" compiler implementation, to oss-fuzz makes sense. See ethereum/solidity#5278 Thank you. Edit: The fact that solidity team find...

> @bshastry, yes, most likely we would accept a PR for https://github.com/ethereum/solidity. Thank you, I will initiate a PR once ethereum/solidity#5278 has been approved and merged into upstream solidity. Edit:...

Hello everyone, Would you consider adding [mruby](https://github.com/mruby/mruby) to oss-fuzz? Hackerone features a [bounty program](https://hackerone.com/shopify-scripts) for memory corruption bugs in the mruby compiler which goes to show that the software is...

Dear all, What are top 5 projects you would like integrated into ossfuzz by the end of this year? I'm looking for work in my spare time, perhaps others following...

https://github.com/sctplab/usrsctp ? Edit: Sorry, just realized this is upstream already

libexpat has [one fuzzer](https://github.com/google/oss-fuzz/blob/master/projects/expat/parse_fuzzer.cc) in this repo and [two fuzzers](https://github.com/libexpat/libexpat/search?q=LLVMFuzzerTestOneInput&unscoped_q=LLVMFuzzerTestOneInput) in its upstream repo. Would you be interested in using the upstream version?

@Dor1s upstream libexpat also does the same thing i.e., create 6 variants per harness, one per encoding type. In total, upstream contains two harnesses which means 12 fuzzers in total...