Skip to content

Tags: google/oss-fuzz-gen

Tags

v1.0

Toggle v1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Capturing `null-deref` as a semantic error (#231)

Consider `null-deref` as a semantic error instead of a bug:
1. It is likely due to inadequate parameter initialization or incorrect
library usage in the fuzz target
2. It is hardly exploitable.