Skip to content

Inifinite loop in blockEnd #179

Closed
Closed
@p4zuu

Description

@p4zuu

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions