Skip to content

Add Go fuzz tests for OSS-Fuzz integration#297

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

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

Conversation

@canolgun

Copy link
Copy Markdown

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

canolgun added 4 commits June 11, 2026 17:49
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#15670).
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