[asterisk-users] Explication for ast_safe_system
C F
shmaltz at gmail.com
Sun Jul 20 13:54:03 CDT 2008
Never noticed the c is next to the n, however thinking about it, the c
is to the f what the n is to the j. which might make for an easy
mistake. I guess if you put only your right hand on the keyboard, and
mistake the f for the j on your right index finger that it could
happen easyly.
On Sat, Jul 19, 2008 at 7:41 AM, Eric Dantie <edantie at gmail.com> wrote:
> Can someone please explain the reason on the following code (in
> asterisk.c, function ast_safe_system()):
>
> /* Close file descriptors and launch system command */
> for (x = STDERR_FILENO + 1; x < 4096; x++)
> close(x);
>
>
> Why to close so many descriptors?
>
> Thanks in advance
> Éric
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> AstriCon 2008 - September 22 - 25 Phoenix, Arizona
> Register Now: http://www.astricon.net
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list