Files
ladybird/Userland/Libraries/LibC
Andreas Kling bf1ad16078 LibC: Fix FILE::flush() passing bogus arguments to lseek()
This was a regression from the 64-bit off_t changes.

When dropping buffered data after a flush, we would subtract the
buffered amount from zero to get the seek offset. This didn't work
right since the subtraction was done with a 32-bit size_t and we
ended up with e.g (i64)0xfffffffc as the offset.

Fixes #6003.
2021-04-03 23:01:14 +02:00
..
2021-03-21 09:35:23 +01:00
2021-02-23 20:56:54 +01:00
2021-03-27 19:43:14 +01:00
2021-01-16 11:26:53 +01:00
2021-03-14 11:30:38 +01:00
2021-03-14 11:30:38 +01:00
2021-03-09 07:28:06 +01:00
2021-02-23 20:56:54 +01:00
2021-03-09 07:28:06 +01:00
2021-03-09 07:28:06 +01:00
2021-02-23 20:56:54 +01:00
2021-01-18 22:28:56 +01:00
2021-02-25 16:27:12 +01:00
2021-02-25 16:27:12 +01:00
2021-02-23 20:56:54 +01:00
2021-02-23 20:56:54 +01:00
2021-02-15 17:32:56 +01:00
2021-02-23 20:56:54 +01:00
2021-03-09 07:28:06 +01:00
2021-03-09 07:28:06 +01:00
2021-02-23 20:56:54 +01:00
2021-02-15 17:32:56 +01:00
2021-02-15 17:32:56 +01:00
2021-03-29 19:58:12 +02:00
2021-01-18 22:28:56 +01:00