Connor Shugg
Connor Shugg
Hi, I discovered a bug in catimg's GIF parsing code that causes a segmentation fault from a null pointer dereference. (Commit hash `70e6f5ef627240589378e0e9e527a197faa0acde`.) The bug can be revealed by passing...
Howdy. I'm a huge fan of QKSMS - been using it for years and don't plan on stopping anytime soon! Something I've really been looking for in SMS messaging is...
This PR implements the concept of **gadgets** into Revizor's program generator. Here, a **gadget** refers to a small list of assembly instructions placed in a specific order for a specific...
Hi - this PR implements a way to expose environment variables during the build command that's executed during `exec_build()`. This is done with the aim to give dependencies the ability...
Hi - this PR implements a new build argument: `--no-include-main-msvc` - in order to help enable support for building and fuzzing Windows DLLs. I recently ran into an issue when...
Hi cargo-fuzz devs! I am working on fuzzing a Windows DLL with cargo-fuzz and have been hitting a wall with a particular linker error. I've reproduced the problem in a...