Fix range check bug in FileList::seek() (#13286)
When `count()` returns 0, `pos > (count()-1)` will always yield `true` due to integer underflow.2.0.x
parent
05c2f80826
commit
57afd0ab37
Loading…
Reference in New Issue