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 for out of bounds read issue in CWelsDecoder::ReleaseBufferedReadyPictureReorder #3685

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

calvano-fb
Copy link
Contributor

A fuzzer found an out of bound read crash in CWelsDecoder::ReleaseBufferedReadyPictureReorder.

The commit in this pull request removes the out of bounds read condition by explicitly checking that iPicBuffIdx is greater than 0 and less than the capacity of the indexed object.

…uffIdx in CWelsDecoder::ReleaseBufferedReadyPictureReorder
@BenzhengZhang BenzhengZhang merged commit 986bd65 into cisco:master Oct 23, 2023
8 checks passed
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