Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
obu: Handle size == 0 in avifBitsInit
If size == 0, eof has to be set to 1 in avifBitsInit for the rest of the code to work as intended. Otherwise the first byte is read unconditionally which is incorrect. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=68568
- Loading branch information