Andreas Kling
0a1865ebc6
Kernel: read() and write() should fail with EBADF for wrong mode fd's
...
It was previously possible to write to read-only file descriptors,
and read from write-only file descriptors.
All FileDescription objects now start out non-readable + non-writable,
and whoever is creating them has to "manually" enable reading/writing
by calling set_readable() and/or set_writable() on them.
2020-01-03 03:29:59 +01:00
..
2019-08-25 06:45:14 +02:00
2019-09-06 15:36:54 +02:00
2019-12-09 21:03:39 +01:00
2019-08-17 12:07:55 +02:00
2019-11-05 19:35:12 +01:00
2019-11-05 19:35:12 +01:00
2019-05-28 17:31:20 +02:00
2019-05-28 17:31:20 +02:00
2019-11-21 13:04:38 +01:00
2019-12-15 19:33:39 +01:00
2019-11-04 14:03:14 +01:00
2019-11-04 14:03:14 +01:00
2019-08-11 09:33:31 +02:00
2020-01-02 12:44:21 +01:00
2020-01-02 12:44:21 +01:00
2020-01-03 03:29:59 +01:00
2019-12-09 17:51:21 +01:00
2019-12-15 19:33:39 +01:00
2019-12-19 19:15:27 +01:00
2019-12-19 19:15:27 +01:00
2019-12-01 17:40:27 +01:00
2019-11-04 14:03:14 +01:00
2019-09-06 15:36:54 +02:00
2020-01-02 23:45:52 +01:00
2019-11-04 14:03:14 +01:00
2019-11-04 14:03:14 +01:00
2020-01-02 20:51:31 +01:00
2019-12-31 01:32:27 +01:00
2019-08-24 19:59:01 +02:00
2019-12-15 19:33:39 +01:00
2020-01-03 03:16:29 +01:00
2019-12-24 23:14:14 +01:00