AOMediaCodec / libavif

libavif - Library for encoding and decoding .avif files
Other
1.53k stars 195 forks source link

avifRWStreamWriteBits: Check `v` for valid range #2237

Closed wantehchang closed 3 months ago

wantehchang commented 3 months ago

Make sure the input parameter v can be represented in bitCount bits. This was checked by an assertion. Replace the assertion by an error return.