[all-commits] [llvm/llvm-project] 3ae633: [LLDB]Initialize accept_socket with nullptr
GeorgeHuyubo via All-commits
all-commits at lists.llvm.org
Tue Sep 20 12:20:29 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ae633766b57717522644ef44c5602a9a6402ee6
https://github.com/llvm/llvm-project/commit/3ae633766b57717522644ef44c5602a9a6402ee6
Author: George Hu <huyubohyb at gmail.com>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
Log Message:
-----------
[LLDB]Initialize accept_socket with nullptr
Fix high impact issue of illegal access of memory.
Initialize accept_socket with nullptr.
Differential Revision: https://reviews.llvm.org/D134293
More information about the All-commits
mailing list