Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuzzer aborts/panics in IFT implementation #1280

Open
drott opened this issue Dec 9, 2024 · 1 comment
Open

Fuzzer aborts/panics in IFT implementation #1280

drott opened this issue Dec 9, 2024 · 1 comment
Assignees

Comments

@drott
Copy link
Contributor

drott commented Dec 9, 2024

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.

@garretrieger
Copy link
Contributor

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.

garretrieger added a commit that referenced this issue Jan 2, 2025
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants