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
Input generated by the fuzzer (jsfuzz) is likely to not be valid xml. The library should be able to detect this properly instead of throwing a generic TypeError when accessing an invalid property / function.
Hey there,
The following code produce
TypeError: obj[charkey].match is not a function
It was found by jsfuzz
Cheers,
Yevgeny
The text was updated successfully, but these errors were encountered: