This is an archive of the discontinued LLVM Phabricator instance.

[msan] Fix dn_comp interceptor after D126851
ClosedPublic

Authored by vitalybuka on Jul 6 2022, 7:05 PM.

Details

Summary

Unpoison by strlen(dest), as dn_expand
returns the size if the compressed name (src).

Diff Detail

Event Timeline

vitalybuka created this revision.Jul 6 2022, 7:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2022, 7:05 PM
Herald added a subscriber: Enna1. · View Herald Transcript
vitalybuka requested review of this revision.Jul 6 2022, 7:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2022, 7:05 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
kstoimenov accepted this revision.Jul 7 2022, 9:26 AM
This revision is now accepted and ready to land.Jul 7 2022, 9:26 AM
This revision was automatically updated to reflect the committed changes.