testing: reflect panic when the fuzz function converts between string and []byte #48320
Labels
FrozenDueToAge
fuzz
Issues related to native fuzzing support
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
release-blocker
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
N/A
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Run
go test -fuzz=. .
on the following program:What did you expect to see?
A fuzzer report of a string that causes the fuzz function to fail with the error "minimize this!".
What did you see instead?
An internal
reflect.Call
panic originating intesting/fuzz.go
.cc @jayconrod @katiehockman
The text was updated successfully, but these errors were encountered: