-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Fix oss-fuzz vulns #5209
base: develop
Are you sure you want to change the base?
Fix oss-fuzz vulns #5209
Conversation
Patch OSV 2023 76
Fix vuln OSV-2024-379
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are not bad, but seem like they are addressing symptoms rather that root causes. Are there test files that trigger them to look at?
@qkoziol You can download them by clicking on the POC link. I wonder why I can't upload Sanitizer Report... |
@bmribler Update now |
commit c792aa1 Fix
Full Sanitizer Report:
commit 1126b83 Fix
Full Sanitizer Report:
Full Sanitizer Report:
What these issues have in common is that they should trigger an assert before the vulnerability.
I'm not sure if it should be fixed more completely than just replacing assert with a real error checking.