Skip to content
Snippets Groups Projects
Commit 57afd0ab authored by Tobias Frost's avatar Tobias Frost Committed by Scott Lahteine
Browse files

Fix range check bug in FileList::seek() (#13286)

When `count()` returns 0, `pos > (count()-1)` will always yield `true` due to integer underflow.
parent 05c2f808
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment