Ticket #99 (new defect)

Opened 2 years ago

should not allow UDP socket to be inherited by ifconfig

Reported by: guest Owned by:
Priority: normal Milestone:
Version: 0.5.2 "WifiFree" Keywords:
Cc:

Description

(This is Debian bug report  http://bugs.debian.org/609751)

The UDP socket handle that is used for the main operation of the program is inherited when system() is used to execute ifconfig. The file handle should be set to close on exec or it should be closed in the child process before calling exec (which means using something other than system() ).

(gregoa@…)

Note: See TracTickets for help on using tickets.