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

mvcdec: Integer overflow in imvcd_parse_subset_sps #74

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

AshwinNatesan-ittiam
Copy link
Contributor

The cases where the value for log2MaxPocLsb was exceeding 'MAX_BITS_IN_POC_LSB' was not being handled correctly, which was resulting in an integer overflow. This has been fixed.

Test: mvc_dec_fuzzer

The cases where the value for log2MaxPocLsb was exceeding
'MAX_BITS_IN_POC_LSB' was not being handled correctly,
which was resulting in an integer overflow. This has been
fixed.

Test: mvc_dec_fuzzer
@harishdm harishdm merged commit 8121651 into main Oct 13, 2023
3 checks passed
@harishdm harishdm deleted the mvcdec-subsetSPS-intOverflow branch October 13, 2023 14:13
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