commit | e250c95bb8a2b692bb43e8346fe8d2b54ff3293c | [log] [tgz] |
---|---|---|
author | Hungming Chen <nuccachen@google.com> | Wed Mar 02 22:19:29 2022 +0800 |
committer | Hungming Chen <nuccachen@google.com> | Fri Mar 04 11:53:25 2022 +0800 |
tree | 57389be34710fcb06f885de193b035dbb7387ead | |
parent | 61ef984d52ac45c3381fe32dc391537816c1f32c [diff] |
[CLATJ#29] Remove the throwaway sockets for dup2 fds Don't need these temporary socket fds anymore because the posix_spawn_file_actions_adddup2() will clean up the flag O_CLOEXEC for dup2 fd == new_fd before forking. Bug: 218407445 Test: connect to ipv6 only network and ping 8.8.8.8 Change-Id: I70b8a03a6a13393a30a8a63599b8d1468347c560