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

OSS-Fuzz integer-overflow issues (21663, 22129) #231

Closed
danielaparker opened this issue Apr 29, 2020 · 0 comments
Closed

OSS-Fuzz integer-overflow issues (21663, 22129) #231

danielaparker opened this issue Apr 29, 2020 · 0 comments

Comments

@danielaparker
Copy link
Owner

danielaparker commented Apr 29, 2020

Issue 1:

The CSV parser used a "to integer" function with the precondition that the input was already parsed and validated, but validation was incomplete.

Issue 2:

The prettify function applied to CBOR big decimal string values failed when passed an extreme value for an exponent.

These issues have been verified as fixed in v0.151.0 by OSS-Fuzz.

@danielaparker danielaparker changed the title OSS-Fuzz integer-overflow issue (21663) OSS-Fuzz integer-overflow issue in CSV parser (21663) Apr 29, 2020
@danielaparker danielaparker changed the title OSS-Fuzz integer-overflow issue in CSV parser (21663) OSS-Fuzz integer-overflow issues (21663, 22129) May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant