[Lldb-commits] [PATCH] D134293: [LLDB]Initialize accept_socket with nullptr

2022-09-20 Thread Yubo Hu via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG3ae633766b57: [LLDB]Initialize accept_socket with nullptr (authored by GeorgeHuyubo). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D134293/new/ https://revi

[Lldb-commits] [PATCH] D134293: [LLDB]Initialize accept_socket with nullptr

2022-09-20 Thread Yubo Hu via Phabricator via lldb-commits
GeorgeHuyubo created this revision. Herald added a project: All. GeorgeHuyubo requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Fix high impact issue of illegal access of memory. Initialize accept_socket with nullptr. Repository: rG LLVM