SockFuzzer icon indicating copy to clipboard operation
SockFuzzer copied to clipboard

Results 15 SockFuzzer issues
Sort by recently updated
recently updated
newest added

When I try to run the container(using the command seen below) I get the following error ``` maxi@localhost:~/SockFuzzer$ sudo docker run -e FUZZING_LANGUAGE="C" builder --------------------------------------------------------------- Compiling libFuzzer to /usr/lib/libFuzzingEngine.a... done....

[SockFuzzer](https://github.com/googleprojectzero/SockFuzzer)/[third_party](https://github.com/googleprojectzero/SockFuzzer/tree/main/third_party)/xnu/ It would be nice to have a script that pulls from latest XNU https://github.com/apple-oss-distributions/xnu/tree/rel/xnu-8792 . Maybe call it the canary build? Also for Zig, I *really* need XNU libc/LibSystem...

This error (and similar) happen after the clang version was rolled in OSS-Fuzz. I wonder what the best way is to fix them? Currently, on the `xnu` project in OSS-Fuzz,...

Issue link: https://issues.oss-fuzz.com/issues/385326441 Fixes a stack-buffer-overflow vulnerability by properly calculating the buffer size for zone name assignment. Ensures memory is allocated correctly and strlcpy is used safely, preventing overflows while...

OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=5831143244496896 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=385326441 and will auto-close if the status changes there. If...