Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
decoder/stateless/h264: perform index range check
We might get an out-of-bounds index with an invalid stream - check that the index is valid before addressing. This issue has been revealed by fuzzing.
- Loading branch information