]> git.ipfire.org Git - thirdparty/bird.git/commit
Birdloop pipe is set O_CLOEXEC.
authorMaria Matejka <mq@ucw.cz>
Wed, 2 Oct 2024 17:02:53 +0000 (19:02 +0200)
committerMaria Matejka <mq@ucw.cz>
Sun, 23 Feb 2025 18:01:48 +0000 (19:01 +0100)
commit1da9f57bfc0e40c03a26d8c8171be43416cb59ad
tree1aabbf4a7a27431b11c1102b64579238c57ec72a
parente368ace237a027e791b8dcd0ebcef97587ff9e95
Birdloop pipe is set O_CLOEXEC.

If we decide to exec something, we shouldn't pass along our intenal fds.
configure.ac
sysdep/unix/io-loop.c