Results 59 comments of Marcel Böhme

@strongcourage: If you have a few spare cycles, can you please check if Gold is needed for the programs in your tutorials? @Splines: so ultimately you still get linker errors?...

Thanks ChenYuan! I'll add `make xmlint` to our Readme.md. In the longer run, we need to update our scripts so we don't override dot-files.

@Liblor, this is a great suggestion! @zjuchenyuan You are welcome to submit a pull request if this works for you.

Hi @Alan32Liu, this is the PR related to the https://arxiv.org/abs/2212.09519 we talked about. Can you have a look?

+1 for using bugs to measure fuzzer performance! > Additionally, we could also look at the history of oss-fuzz bugs to find very buggy versions of some oss-fuzz targets. That...

There are two interesting questions. * RQ.1 Which fuzzer finds more unknown bugs, we care about? * RQ.2 Which fuzzer finds more known bugs, we care about? In research, we...

@lszekeres wrote: > Additionally, we could also look at the history of oss-fuzz bugs to find very buggy versions of some oss-fuzz targets. The following 18 projects have more than...

> What I think we could or should do instead is to create versions of oss-fuzz targets in which we can enable as many previously found bugs as possible and...

BTW: For AFLGo in 2017, we modified OSS-Fuzz to accept a commit hash via [the `helper.py` script](https://github.com/aflgo/oss-fuzz/commit/05e08de8af1ea6084675eaad023e620860c7d776#diff-0ff7b5dbe0e29e090fa55e9fae2cf43fR194) and the [base-builder's `compile` script](https://github.com/aflgo/oss-fuzz/commit/05e08de8af1ea6084675eaad023e620860c7d776#diff-0ba2ab926965989d283bc172fccab8b6R34).