Files
ladybird/Kernel/FileSystem
Andreas Kling e1236dac3e Kernel: Check for off_t overflow in FileDescription::read/write
We were checking for size_t (unsigned) overflow but the current offset
is actually stored as off_t (signed). Fix this, and also fail with
EOVERFLOW correctly.
2021-02-03 10:54:35 +01:00
..
2020-12-27 23:07:44 +01:00
2020-12-18 19:22:26 +01:00