Opened 7 years ago
Closed 7 years ago
#13774 closed bug (fixed)
shm_open() should set FD_CLOEXEC
Reported by: | korli | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
According to http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_open.html
The FD_CLOEXEC file descriptor flag associated with the new file descriptor is set.
Note:
See TracTickets
for help on using tickets.
Fixed in hrev51549