Skip to content

Fix fuzzer off by one error #1047

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

Merged
merged 2 commits into from
Oct 11, 2019
Merged

Fix fuzzer off by one error #1047

merged 2 commits into from
Oct 11, 2019

Conversation

baylesj
Copy link
Contributor

@baylesj baylesj commented Oct 11, 2019

Currently the fuzzer has an off by one error, as it passing a bad length
to the CharReader::parse method, resulting in a heap buffer overflow.

Currently the fuzzer has an off by one error, as it passing a bad length
to the CharReader::parse method, resulting in a heap buffer overflow.
@baylesj baylesj merged commit 2e33c21 into master Oct 11, 2019
@baylesj baylesj deleted the fix-fuzzer branch October 11, 2019 22:08
@cdunn2001
Copy link
Contributor

@dota17 or @baylesj , could one of you become the "primary contact" for oss-fuzz?

@dota17
Copy link
Member

dota17 commented Oct 16, 2019

It seems that @baylesj had been added.

/oss-fuzz/commit/54cc1468a3d8f

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

Successfully merging this pull request may close these issues.

3 participants