Skip to content

Add Go fuzz tests for OSS-Fuzz integration#2135

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

Add Go fuzz tests for OSS-Fuzz integration#2135
canolgun wants to merge 4 commits into
spf13: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#15669). 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#15669).
All targets verified: go test -fuzz=. -fuzztime=30s
@CLAassistant

CLAassistant commented Jun 11, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

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.

2 participants