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

Memory errors when trying to decode invalid bitstream #227

Open
frankplow opened this issue Jan 23, 2025 · 0 comments
Open

Memory errors when trying to decode invalid bitstream #227

frankplow opened this issue Jan 23, 2025 · 0 comments
Labels
bug Something isn't working library Concerns the VVdeC library

Comments

@frankplow
Copy link

Trying to decode this invalid bitstream: 000324.bit can cause modify-after-free errors or segmentation faults. The bitstream caused issues for the FFmpeg VVC decoder because it has multiple SPSs with different values of sps_chroma_format_idc (it goes from greyscale to 4:2:0 IIRC). It is a fuzzed bitstream with many strange features however, and so this may be a red herring.

@adamjw24 adamjw24 added bug Something isn't working library Concerns the VVdeC library labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working library Concerns the VVdeC library
Projects
None yet
Development

No branches or pull requests

2 participants