Skip to content

Prevent KSignalHandler leaking signalfd file descriptors

Vlad Zahorodnii requested to merge work/zzag/ksignal-handler-cloexec into master

We need SOCK_CLOEXEC otherwise the file descriptors will be leaked to the child processes.

Edited by Vlad Zahorodnii

Merge request reports