]> git.puffer.fish Git - mirror/frr.git/commit
lib: Attach stdout to child only if --log=stdout and stdout FD is a tty 16964/head
authorVladislav Odintsov <vlodintsov@k2.cloud>
Wed, 4 Sep 2024 11:18:35 +0000 (14:18 +0300)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 1 Oct 2024 07:48:43 +0000 (07:48 +0000)
commit5939b82397fba31a23201f4dd926957842214b2e
treed9e19a91fd72c0032274b9acbcd0edd570de9daf
parentcf5b42e3fe06f43892bcbe786d88a33c618ad29e
lib: Attach stdout to child only if --log=stdout and stdout FD is a tty

Prior to this commit stdout of a process started in a daemon mode was
attached to a calling process.
As a result a calling process hung for infinity.

Signed-off-by: Vladislav Odintsov <vlodintsov@k2.cloud>
(cherry picked from commit 0e3c5e8e5907321b35201f0985c1d3f4a1b0e639)
lib/libfrr.c