This is an archive of the discontinued LLVM Phabricator instance.

[LLDB]Initialize accept_socket with nullptr
ClosedPublic

Authored by GeorgeHuyubo on Sep 20 2022, 10:59 AM.

Details

Summary

Fix high impact issue of illegal access of memory.
Initialize accept_socket with nullptr.

Diff Detail

Event Timeline

GeorgeHuyubo created this revision.Sep 20 2022, 10:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 20 2022, 10:59 AM
GeorgeHuyubo requested review of this revision.Sep 20 2022, 10:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 20 2022, 10:59 AM
fixathon accepted this revision.Sep 20 2022, 11:07 AM
This revision is now accepted and ready to land.Sep 20 2022, 11:07 AM
This revision was automatically updated to reflect the committed changes.