-
- Downloads
Fix range check bug in FileList::seek() (#13286)
When `count()` returns 0, `pos > (count()-1)` will always yield `true` due to integer underflow.
Loading
Please register or sign in to comment
When `count()` returns 0, `pos > (count()-1)` will always yield `true` due to integer underflow.