Intel-Media-SDK / MediaSDK

The Intel® Media SDK
MIT License
924 stars 454 forks source link

[Decode] Fix memory out-of-bounds issue for VP8 #3021

Closed Davis-HXX closed 1 year ago

Davis-HXX commented 1 year ago

The data length exeding the max length of data. Add checking of remaininga bitstream data size. Add checking of n_bytes_offset size. Add checking of dataSize size.