Intel-Media-SDK / MediaSDK

The Intel® Media SDK
MIT License
931 stars 458 forks source link

Fix HEVC bitstream buffer overflow issue #2949

Closed shawnli2 closed 2 years ago

shawnli2 commented 2 years ago

HEVC has VLC coding which cannot get bitsteram header size. To avoid get bits operation out of bound ,need to check remaining bits size before reading.

shawnli2 commented 2 years ago

@wangyan-intel @guowillyy pls help review,thanks