kleines Filmröllchen
f6af357763
Kernel/Audio: Fix buffer size underflow for non-page-aligned sizes
...
When the size of the audio data was not a multiple of a page size,
subtracting the page size from this unsigned variable would underflow it
close to 2^32 and be clamped to the page size again. This would lead to
writes into garbage addresses because of an incorrect write size,
interestingly only causing the write() call to error out.
Using saturating math neatly fixes this problem and allows buffer
lengths that are not a multiple of a page size.
2022-06-23 23:26:33 +01:00
..
2022-06-19 09:05:35 +02:00
2022-06-22 07:52:35 +03:00
2022-06-17 11:01:27 +02:00
2022-06-23 23:26:33 +01:00
2022-06-19 09:05:35 +02:00
2022-06-17 11:01:27 +02:00
2022-06-11 12:19:29 +01:00
2022-04-05 13:45:10 +02:00
2022-06-02 13:14:12 +01:00
2022-06-15 17:15:04 +02:00
2022-04-09 15:55:20 +02:00
2022-06-21 22:38:15 +01:00
2022-06-05 14:09:44 +01:00
2022-04-01 21:24:45 +01:00
2022-05-03 21:53:36 +02:00
2022-06-19 09:05:35 +02:00
2022-06-05 14:09:44 +01:00
2022-06-15 17:15:04 +02:00
2022-06-22 12:12:00 +01:00
2022-04-01 21:24:45 +01:00
2022-05-12 13:12:37 +02:00
2022-04-01 21:24:45 +01:00
2022-06-17 11:01:27 +02:00
2022-05-05 20:55:57 +02:00
2022-05-05 20:55:57 +02:00
2022-04-03 21:51:58 +02:00
2022-04-01 19:59:45 +02:00
2022-06-02 13:14:12 +01:00
2022-04-01 21:24:45 +01:00
2022-06-17 11:01:27 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-06-02 13:14:12 +01:00
2022-06-17 11:01:27 +02:00
2022-04-01 21:24:45 +01:00
2022-05-06 02:12:51 +04:30
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-05-03 21:53:36 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-05-03 21:53:36 +02:00
2022-05-03 21:53:36 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-06-02 13:14:12 +01:00
2022-06-19 09:05:35 +02:00
2022-05-06 02:12:51 +04:30
2022-06-19 09:05:35 +02:00
2022-04-01 21:24:45 +01:00
2022-06-19 09:05:35 +02:00
2022-06-19 09:05:35 +02:00
2022-04-02 19:34:20 -07:00
2022-06-05 14:09:44 +01:00
2022-04-01 21:24:45 +01:00
2022-03-23 19:49:49 +02:00
2022-05-03 21:53:36 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-06-02 13:14:12 +01:00
2022-04-12 16:48:15 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-03-04 20:07:05 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-06-05 14:09:44 +01:00
2022-04-20 19:47:18 +02:00