This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 3
ClosedPublic

Authored by fixathon on Jul 26 2022, 3:05 PM.

Details

Summary

Improve LLDB reliability by fixing the following "uninitialized variables" static code inspection warnings from
scan.coverity.com/projects/llvm:

1355854, 1347549, 1316348, 1372028, 1431625,
1315634, 1315637, 1355855, 1364803, 1420505,
1420563, 1420685, 1366014, 1203966, 1204029,
1204031, 1204032, 1328411, 1325969, 1325968,
1374921, 1094809

Diff Detail

Event Timeline

fixathon created this revision.Jul 26 2022, 3:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2022, 3:05 PM
fixathon requested review of this revision.Jul 26 2022, 3:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2022, 3:05 PM
This revision is now accepted and ready to land.Jul 27 2022, 10:23 AM