Skip to content

Add Go fuzz tests for OSS-Fuzz integration#2577

Open
canolgun-commits wants to merge 4 commits into
jackc:masterfrom
canolgun-commits:add-fuzz-tests
Open

Add Go fuzz tests for OSS-Fuzz integration#2577
canolgun-commits wants to merge 4 commits into
jackc:masterfrom
canolgun-commits:add-fuzz-tests

Conversation

@canolgun-commits

Copy link
Copy Markdown

Adds Go native fuzz targets covering critical code paths. Part of OSS-Fuzz integration (google/oss-fuzz#15668). Verified: go test -fuzz=. -fuzztime=30s

Adds Go native fuzz targets covering critical code paths:
- Input parsing and validation edge cases
- Boundary/overflow conditions
- Comparator invariant verification

Part of OSS-Fuzz integration proposal (google/oss-fuzz#15668).
All targets verified: go test -fuzz=. -fuzztime=30s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant