Files
ladybird/Kernel/Net
Brian Gianforcaro ddc950ce42 Kernel: Avoid file descriptor leak in Process::sys$socketpair on error
Previously it was possible to leak the file descriptor if we error out
after allocating the first descriptor. Now we perform both fd
allocations back to back so we can handle the potential error when
processing the second fd allocation.
2021-07-28 19:07:00 +02:00
..
2021-07-17 21:10:32 +02:00
2021-07-17 21:10:32 +02:00
2021-07-17 21:10:32 +02:00