summaryrefslogtreecommitdiff
path: root/userland
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-08-17 17:36:42 +0200
committerAnton Kling <anton@kling.gg>2024-08-17 17:36:42 +0200
commit0fcf691f149ea860034b9e016912d542d5b087ff (patch)
tree431bd1e9098b26f5ec27c581ba112e20c439871b /userland
parent06d1028e33735ff925983bdda4b7abe89d19c4fa (diff)
ext2: Bug fix. Incorrect assumption that `len` is not modified.
I appear to have assumed that len would always be the number requested not the number left to be read. Therefore to get the number of bytes left ot read I did `len - rc` but the `- rc` was already accounted for by line 298.
Diffstat (limited to 'userland')
0 files changed, 0 insertions, 0 deletions