mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 02:16:39 +02: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.
3.7 KiB
3.7 KiB