mirror of
https://github.com/RGBCube/serenity
synced 2026-01-15 11:11:01 +00:00
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 |
||
|---|---|---|
| .. | ||
| uaf-close-while-blocked-in-read.cpp | ||