Opened 4 years ago
Last modified 4 years ago
#16821 new bug
Integrate OSS-Fuzz
Reported by: | diver | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Build System | Version: | R1/beta2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Change History (3)
comment:1 by , 4 years ago
comment:3 by , 4 years ago
Not sure, it took SerenityOS a few days to do that: https://github.com/SerenityOS/serenity/issues/4154
Note:
See TracTickets
for help on using tickets.
I found this presentation PDF to be very handy when it came to describing ways to fuzz, clean, etc C++ code: https://www.usenix.org/sites/default/files/conference/protected-files/enigma_slides_serebryany.pdf
As for the fuzzer itself, LLVM's libFuzzer may be a better option. (I know OSS-Fuzz is opensource and has a large install base, but I just don't like the idea of integrating a project of Google into the Haiku codebase. But that's just my two cents.)