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

Fix Heap-buffer-overflow in GenericVector<int>::size (issue #2298) #2305

Merged
merged 1 commit into from
Mar 10, 2019

Conversation

stweil
Copy link
Member

@stweil stweil commented Mar 10, 2019

Credit to OSS-Fuzz:
This fixes a security issue which was reported by OSS-Fuzz, see details at
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13590.

Add also some assertions to catch similar bugs.

Signed-off-by: Stefan Weil [email protected]

…-ocr#2298)

Credit to OSS-Fuzz:
This fixes a security issue which was reported by OSS-Fuzz, see details at
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13590.

Add also some assertions to catch similar bugs.

Signed-off-by: Stefan Weil <[email protected]>
@ghost ghost assigned stweil Mar 10, 2019
@ghost ghost added the review label Mar 10, 2019
@stweil
Copy link
Member Author

stweil commented Mar 10, 2019

The link to the full bug report currently only works for registered users. All bugs found by OSS-Fuzz have a 90 day disclosure deadline (or 30 days after a bug fix was released).

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.

2 participants