Fix off-by-one bug in page cache reading.
Just test the end case inside the loop, rather than trying to be clever and getting it wrong.
Showing
Please register or sign in to comment
Just test the end case inside the loop, rather than trying to be clever and getting it wrong.