Skip to content

Add Go fuzz tests for OSS-Fuzz integration#1023

Open
canolgun-commits wants to merge 4 commits into
gorilla:mainfrom
canolgun-commits:add-fuzz-tests
Open

Add Go fuzz tests for OSS-Fuzz integration#1023
canolgun-commits wants to merge 4 commits into
gorilla:mainfrom
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 proposal (google/oss-fuzz#15662). All targets 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#15662).
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant