Hi, oss-fuzz reported following bug:
ASSERT: interface conversion: interface {} is int64, not map[string]interface {}https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=64915 (need an google account to access this and that email must be added to oss-fuzz configuration)
Steps to reproduce
func Test64915(t *testing.T) {
var v any
data := "J={D.J=2,D=2,D.K=2"
_, err := Decode(string(data), &v)
if err != nil {
fmt.Println(err)
}
}
Description
Hi, oss-fuzz reported following bug:
ASSERT: interface conversion: interface {} is int64, not map[string]interface {}
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=64915 (need an google account to access this and that email must be added to oss-fuzz configuration)Steps to reproduce
Tested against 4223137ff1f96bc65e65b11b6deff32052b127bb