Files
ladybird/Kernel
Andreas Kling 5387a19268 Kernel: Make Process::file_description() vend a RefPtr<FileDescription>
This encourages callers to strongly reference file descriptions while
working with them.

This fixes a use-after-free issue where one thread would close() an
open fd while another thread was blocked on it becoming readable.

Test: Kernel/uaf-close-while-blocked-in-read.cpp
2020-01-07 15:53:42 +01:00
..
2019-12-29 19:08:02 +01:00
2019-07-13 08:00:24 +02:00
2019-12-31 19:31:42 +01:00
2019-12-20 22:59:11 +01:00
2019-12-26 11:43:23 +01:00
2019-09-28 13:59:49 +02:00
2020-01-02 21:45:04 +01:00