This is an archive of the discontinued LLVM Phabricator instance.

[NFC][scudo] Make formatString return uptr
AbandonedPublic

Authored by vitalybuka on Jun 4 2021, 2:48 PM.

Details

Reviewers
cryptoad
hctim

Diff Detail

Event Timeline

vitalybuka requested review of this revision.Jun 4 2021, 2:48 PM
vitalybuka created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 4 2021, 2:48 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
cryptoad added inline comments.Jun 4 2021, 3:19 PM
compiler-rt/lib/scudo/standalone/string_utils.cpp
104

Width is int and Res is an uptr here, that might cause issues.

vitalybuka abandoned this revision.Jun 4 2021, 3:42 PM
vitalybuka added inline comments.
compiler-rt/lib/scudo/standalone/string_utils.cpp
104

Already notices by ruining tests :)
I will abandon.