diff options
author | Pavel Labath <pavel@labath.sk> | 2024-11-28 08:27:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-28 08:27:36 +0100 |
commit | c1dff7152592f1beee9059ee8e2cb3cc68baea4d (patch) | |
tree | cc27f3370375c562e806f6366854bb02516366f5 /llvm/lib/Bitcode | |
parent | 93f7398bdba9d1547df21156db4d5393f0ab5ec8 (diff) | |
download | llvm-c1dff7152592f1beee9059ee8e2cb3cc68baea4d.zip llvm-c1dff7152592f1beee9059ee8e2cb3cc68baea4d.tar.gz llvm-c1dff7152592f1beee9059ee8e2cb3cc68baea4d.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions