Files
ladybird/Libraries/LibCore
Sergey Bugaev 89004a3a40 LibCore: Make sure to disable notifiers when closing a socket
RefPtr<Notifier> doesn't work quite like it appears to, since the notifier
is also a "child" of the socket, in Core::Object sense. Thus we have to both
remove it from the parent (socket) and drop the additional RefPtr<Notifier> for
it to actually go away.

A proper fix for this would be to untangle parent-child relashionship from
refcounting and inspectability.

This fixes use-after-close of client file descriptors in IPC servers.
2020-06-08 13:58:32 +02:00
..
2020-05-14 20:15:18 +02:00
2020-02-14 13:17:26 +01:00
2020-02-14 13:17:26 +01:00
2020-03-14 23:56:12 +01:00