This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Initialize local variable to avoid compiler warning
ClosedPublic

Authored by ddcc on Mar 28 2022, 9:56 PM.

Details

Summary

Compiler warns about HeaderPos possibly being uninitialized which should not be possible, but just initialize it anyway

Diff Detail

Event Timeline

ddcc created this revision.Mar 28 2022, 9:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2022, 9:56 PM
ddcc requested review of this revision.Mar 28 2022, 9:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2022, 9:56 PM
vitalybuka accepted this revision.Mar 29 2022, 12:48 PM
This revision is now accepted and ready to land.Mar 29 2022, 12:48 PM
This revision was landed with ongoing or failed builds.Mar 29 2022, 2:26 PM
This revision was automatically updated to reflect the committed changes.