You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2025. It is now read-only.
67 typ := reflect2.TypeOf(obj) // when we call json.Unmarshal(anydata, nil), obj is nil, so typ is nil
68 if typ.Kind() != reflect.Ptr { // nil pointer dereference on typ
How did I find the problem?
I refer to the test cases and test corpus for std json in the go-fuzz project to test json-iterator.