From 07341c359487c45e6c8a8187f18d5271536c798b Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sun, 16 May 2021 12:13:19 +0200 Subject: LibCore: Close accepted sockets on exec() and make them non-blocking Previously accept() would copy the listener socket's cloexec and non-blocking flag. With that fixed however TCPServer and LocalServer now leak file descriptors into child processes and are blocking. --- Base/res/icons/16x16/app-analog-clock.png | Bin 357 -> 10480 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Base') diff --git a/Base/res/icons/16x16/app-analog-clock.png b/Base/res/icons/16x16/app-analog-clock.png index e57522add3..42d63fbda7 100644 Binary files a/Base/res/icons/16x16/app-analog-clock.png and b/Base/res/icons/16x16/app-analog-clock.png differ -- cgit v1.2.3