This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by fixathon on Jul 25 2022, 3:59 PM.

Details

Summary

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

1476275, 1274012, 1455035, 1364789, 1454282
1467483, 1406152, 1406255, 1454837, 1454416
1467446, 1462022, 1461909, 1420566, 1327228
1367767, 1431254, 1467299, 1312678, 1431780
1454731, 1490403

Diff Detail

Event Timeline

fixathon created this revision.Jul 25 2022, 3:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2022, 3:59 PM
fixathon requested review of this revision.Jul 25 2022, 3:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2022, 3:59 PM
clayborg accepted this revision.Jul 25 2022, 4:27 PM
This revision is now accepted and ready to land.Jul 25 2022, 4:27 PM
fixathon reopened this revision.Jul 25 2022, 6:00 PM

Reopen to fix up a couple of typomatic bugs

This revision is now accepted and ready to land.Jul 25 2022, 6:00 PM
fixathon updated this revision to Diff 447545.Jul 25 2022, 8:43 PM

Fix the build