Skip to content

Add Go fuzz tests for OSS-Fuzz integration#1909

Closed
canolgun wants to merge 1 commit into
stretchr:masterfrom
canolgun:add-fuzz-tests
Closed

Add Go fuzz tests for OSS-Fuzz integration#1909
canolgun wants to merge 1 commit into
stretchr: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 (google/oss-fuzz#15667). 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#15667).
All targets verified: go test -fuzz=. -fuzztime=30s
@canolgun

Copy link
Copy Markdown
Author

Recreating with go1.18 build tag fix + gofmt compliance

@canolgun canolgun closed this Jun 11, 2026
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