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

http: fix memleak in rewind error path #3044

Closed
wants to merge 1 commit into from
Closed

Conversation

bagder
Copy link
Member

@bagder bagder commented Sep 25, 2018

If the rewind would fail, a strdup() would not get freed.

Detected by OSS-Fuzz

Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10665

If the rewind would fail, a strdup() would not get freed.

Detected by OSS-Fuzz

Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10665
@bagder bagder closed this in 4058cf2 Sep 25, 2018
@bagder bagder deleted the bagder/http-fuzz-leak branch September 27, 2018 12:09
bagder added a commit that referenced this pull request Sep 28, 2018
bagder added a commit that referenced this pull request Sep 28, 2018
Follow-up to #3044 - fix a leak OSS-Fuzz detected
Closes #3057
bagder added a commit that referenced this pull request Sep 28, 2018
Follow-up to #3044 - fix a leak OSS-Fuzz detected
Closes #3057
@lock lock bot locked as resolved and limited conversation to collaborators Dec 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

None yet

2 participants