commit | 05f666efd80c0a058731b8f47dfac52a7dad8a5c | [log] [tgz] |
---|---|---|
author | Pavel Labath <pavel@labath.sk> | Thu Nov 28 08:27:36 2024 +0100 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Nov 27 23:30:06 2024 -0800 |
tree | f6ef833fcf2cd2a1d0acb892b8af9cc14d4aabab | |
parent | 1887fd1110ff2275f1e89e0674fd5fac0d50bc6c [diff] |
[lldb] Remove child_process_inherit from the socket classes (#117699) It's never set to true. Also, using inheritable FDs in a multithreaded process pretty much guarantees descriptor leaks. It's better to explicitly pass a specific FD to a specific subprocess, which we already mostly can do using the ProcessLaunchInfo FileActions. GitOrigin-RevId: c1dff7152592f1beee9059ee8e2cb3cc68baea4d