This is an archive of the discontinued LLVM Phabricator instance.

[MC] Fix likely uninitialized memory bug
ClosedPublic

Authored by int3 on Jun 13 2022, 4:05 AM.

Details

Reviewers
uabelho
Group Reviewers
Restricted Project
Commits
rGe4a21e1644f2: [MC] Fix likely uninitialized memory bug
Summary

See https://reviews.llvm.org/D122258#inline-1223493. I can't repro the
issue locally but this seems like the likely culprit.

Diff Detail

Event Timeline

int3 created this revision.Jun 13 2022, 4:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2022, 4:05 AM
int3 requested review of this revision.Jun 13 2022, 4:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2022, 4:05 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
uabelho accepted this revision.Jun 13 2022, 4:09 AM

As I haven't been able to reproduce the problem manually myself I can't confirm that this fixes the problem, but it does seem likely.
Thanks!

This revision is now accepted and ready to land.Jun 13 2022, 4:09 AM
This revision was automatically updated to reflect the committed changes.