Harrison Green
Harrison Green
Hi, the doxygen tool is still experimental and currently only supports C++ libraries. Glancing over the freetype2 API surface, it does look like you can use GraphFuzz to fuzz it...
Hey, that's a great idea! It would definitely make it easier to automate the code generation and replay process. I'll definitely merge this PR if you submit one!
Yeah I noticed the double output as well. I'm pretty sure this is a libFuzzer thing and not a GraphFuzz thing. I spent some time looking into it a while...
Hey, sorry for the delay! 1. Currently GraphFuzz doesn't support arbitrary unbounded pointers (like `u8 *`). By default it assumes this type of reference just points to a single `u8`...
This may be an issue with the API key. If you haven't already, you need to make the function in src/js/background/key/youTubeAPIKey.js.example return a youtube api key. Then you need to...
Hi, unfortunately the doxygen tool is still very experimental -- there are some edge cases that it does not properly handle, particularly with namespaces. The issue with: ``` [!] Error...
Hi, could you share your custom.yaml file? The error message `No initializer tree for type: "aiScene"` means that GraphFuzz could not figure out a way to construct the struct `aiScene`.
@DonggeLiu would you be able to help here :)
I'm still only seeing an input folder here: https://storage.googleapis.com/fuzzbench-data/index.html?prefix=2025-05-22-frameshift/ Does it normally take this long to start up?
@DonggeLiu it looks like this failed due to insufficient resources in us-central1-c. I've switched it to use us-central1-a, would you be able to rerun?