-
Notifications
You must be signed in to change notification settings - Fork 438
Closed
Description
The following code creates an infinite loop in blockEnd function:
package main
import (
"github.com/buger/jsonparser"
)
func main() {
crasher := []byte(`{"a":[{"b":1},{"b":2},3],"c":{`)
jsonparser.GetInt(crasher, "a", "b")
}I can't find why for the moment. I continue my investigations :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels