mirror of https://github.com/FFmpeg/FFmpeg.git
The specification doesn't mention that clusters cannot have alphabet sizes greater than 1 << bundle->log_alphabet_size, but the reference implementation rejects these entropy streams as invalid, so we should too. Refusing to do so can overflow a stack variable that should be large enough otherwise. Fixes #10738. Found-by: Zeng Yunxiang and Li Zeyuan Signed-off-by: Leo Izen <leo.izen@gmail.com>pull/390/head
parent
a888d21c8c
commit
1a3ec3f2f8
1 changed files with 11 additions and 1 deletions
Loading…
Reference in new issue