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

Issue 1182: Fix fuzzing bug #1183

Merged
merged 1 commit into from
May 31, 2020
Merged

Issue 1182: Fix fuzzing bug #1183

merged 1 commit into from
May 31, 2020

Conversation

baylesj
Copy link
Contributor

@baylesj baylesj commented May 30, 2020

This patch fixes a fuzzing bug by resolving a bad fallthrough in the
setComment logic.

The result is that we get a proper error instead of an assert, making
the library friendlier to use and less likely to cause issue for
consumers.

See related Chromium project bug:
https://bugs.chromium.org/p/chromium/issues/detail?id=989851

Issue: 1182

This patch fixes a fuzzing bug by resolving a bad fallthrough in the
setComment logic.

The result is that we get a proper error instead of an assert, making
the library friendlier to use and less likely to cause issue for
consumers.

See related Chromium project bug:
https://bugs.chromium.org/p/chromium/issues/detail?id=989851

Issue: 1182
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 93.801% when pulling 09d44a1 on fix-fuzzer into 6aba23f on master.

@BillyDonahue BillyDonahue self-requested a review May 30, 2020 03:35
@BillyDonahue
Copy link
Contributor

Looks good.

@baylesj baylesj merged commit 9be5895 into master May 31, 2020
@baylesj baylesj deleted the fix-fuzzer branch May 31, 2020 03:21
dota17 pushed a commit that referenced this pull request Jul 22, 2020
This patch fixes a fuzzing bug by resolving a bad fallthrough in the
setComment logic.

The result is that we get a proper error instead of an assert, making
the library friendlier to use and less likely to cause issue for
consumers.

See related Chromium project bug:
https://bugs.chromium.org/p/chromium/issues/detail?id=989851

Issue: 1182
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.

4 participants