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
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