clusterfuzz
clusterfuzz copied to clipboard
honggfuzz is stuck in one crash
With the option "--exit_upon_crash", honggfuzz exits when the crash occures. In my case, honggfuzz generates an empty file in the input dir, which can trigger a "use-after-poison read" issue. Once the fuzz starts, honggfuzz will always trigger the "use-after-poison read" issue and exit. There is no more crash can be triggered.