nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [nmh-workers] closefds() _before_ fork?


From: Valdis Klētnieks
Subject: Re: [nmh-workers] closefds() _before_ fork?
Date: Tue, 23 Apr 2019 11:15:05 -0400

On Tue, 23 Apr 2019 13:35:44 +0100, Ralph Corderoy said:

> It's not the only one, e.g. docs/historical/mh-6.8.5/uip/post.c has
>
>     2622             if (fd != 0)
>     2623                 (void) dup2 (fd, 0);
>     2624             (void) freopen ("/dev/null", "w", stdout);
>     2625             (void) freopen ("/dev/null", "w", stderr);
>     2626             if (fd != 3)        /* backwards compatible... */
>     2627                 (void) dup2 (fd, 3);
>     2628             closefds (4);
>
> Note the comment.

The *real* WTF there is that the code doesn't actually know if fd 3 is
known to be open on a file that should, or if it's just a stray leaked fd.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]