This is an archive of the discontinued LLVM Phabricator instance.

Extend s{,n}printf custom wrappers to support '*' in the format specifiers
ClosedPublic

Authored by martignlo on Apr 10 2015, 5:08 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

martignlo updated this revision to Diff 23587.Apr 10 2015, 5:08 AM
martignlo retitled this revision from to Extend s{,n}printf custom wrappers to support '*' in the format specifiers.
martignlo updated this object.
martignlo edited the test plan for this revision. (Show Details)
martignlo added a reviewer: pcc.
martignlo set the repository for this revision to rL LLVM.
martignlo added a subscriber: Unknown Object (MLST).
pcc accepted this revision.Apr 10 2015, 10:51 AM
pcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 10 2015, 10:51 AM
This revision was automatically updated to reflect the committed changes.
yingcong-wu added inline comments.
compiler-rt/trunk/lib/dfsan/dfsan_custom.cc
1046

Hi guys, should it be dfsan_set_label(0, ptr, sizeof(*ptr) so that we set label for what ptr points to. I think it can be problems when sizeof(ptr) != sizeof(*ptr).

Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 9:54 PM