This is an archive of the discontinued LLVM Phabricator instance.

[MSAN] print out the only possible invalid parameter (EINVAL is returned)
ClosedPublic

Authored by kda on Jun 8 2022, 3:33 PM.

Details

Summary

One more round attempting to figure what is wrong.

Depends on: https://reviews.llvm.org/D127346

Diff Detail

Event Timeline

kda created this revision.Jun 8 2022, 3:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2022, 3:33 PM
Herald added a subscriber: Enna1. · View Herald Transcript
kda requested review of this revision.Jun 8 2022, 3:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2022, 3:33 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Jun 8 2022, 4:04 PM

maybe #define _GNU_SOURCE as in documentation?

This revision is now accepted and ready to land.Jun 8 2022, 4:04 PM
kda updated this revision to Diff 435385.Jun 8 2022, 4:22 PM

defined _GNU_SOURCE (as recommended), print out sizeof(set_x)

This revision was landed with ongoing or failed builds.Jun 8 2022, 4:23 PM
This revision was automatically updated to reflect the committed changes.