Bug#832368: Using of the meaningless fcntl()
fcntl(fd, F_SETFD, (long) 1); [correct] fcntl(fd, F_SETFD, 0); -- Hitoshi Ozeki hts.ozeki (at) gmail.com
Bug#832368: Using of the meaningless fcntl()
OEXEC); break; end of citation [wrong] fcntl(fd, F_SETFD, (long) 1); [correct] fcntl(fd, F_SETFD, FD_CLOEXEC); -- Hitoshi Ozeki hts.ozeki (at) gmail.com