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
Panic is coming from the uri template library we're using. Unfortunately it looks like the crate doesn't implement proper error handling. I'm leaning towards writing our own uri template expansion implementation instead.
The uri-template crate panics when encountering errors so switch to the uri-template-system crate which has error handling built into the API. Fixes fuzzer crashes from #1280.
See
https://g-issues.oss-fuzz.com/issues/382721852
and
https://g-issues.oss-fuzz.com/issues/382927070
@garretrieger, could you please fix those? Thanks.
The text was updated successfully, but these errors were encountered: