]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Attach stdout to child only if --log=stdout and stdout FD is a tty
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:49:43 +0000 (07:49 +0000)
commitb496e4b1dff738f1bcff25d13e7575b2f835033b
tree37eacfbb1ac3fefe085dc2a0e5b14017e1f4edd5
parentcd82888fe82c54c2596dc8dd1495fc5c21c86631
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