Skip to content

Open file descriptors with O_CLOEXEC

Christian Persch requested to merge chpe/libspectre:mr/issue-8 into master

This fixes issue #8. This MR is on top of !4.

Making the FDs cloexec prevents them leaking to child processes on fork+exec.

Merge request reports