-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fuzzer aborts/panics in IFT implementation #1280
Comments
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.
SGTM, also in the interest of reducing dependencies. |
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.
Fuzzer issues have been marked as fixed. |
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: