mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-06 15:59:50 +00:00
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.
120 KiB
120 KiB