Skip to content

Check for zero 'sz' in dav1d_init_get_bits()

Wan-Teh Chang requested to merge (removed):patch-4 into master

If a zero 'sz' is passed to dav1d_init_get_bits(), set c->eof to true. Alternatively we could assert that 'sz' is nonzero.

Merge request reports