Patch for concurrent iterator & others (onto v1.11.6) #386
@ -40,6 +40,9 @@ func Fuzz(input []byte) int {
|
||||
if len(input) == 0 {
|
||||
return 0
|
||||
}
|
||||
if len(input) > 500*1024 {
|
||||
return 0
|
||||
}
|
||||
|
||||
var i int
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user