Patch for concurrent iterator & others (onto v1.11.6) #386

Closed
roysc wants to merge 1565 commits from v1.11.6-statediff-v5 into master
Showing only changes of commit 01e5e9c2c3 - Show all commits

View File

@ -40,6 +40,9 @@ func Fuzz(input []byte) int {
if len(input) == 0 { if len(input) == 0 {
return 0 return 0
} }
if len(input) > 500*1024 {
return 0
}
var i int var i int
{ {