This is an archive of the discontinued LLVM Phabricator instance.

Use the right printf format specifiers
ClosedPublic

Authored by yingcong-wu on Feb 28 2023, 11:34 PM.

Details

Summary

Some printf format strings in libfuzzer are using the wrong specifizers, fix in this commit.

Diff Detail

Event Timeline

yingcong-wu created this revision.Feb 28 2023, 11:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 28 2023, 11:34 PM
Herald added a subscriber: Enna1. · View Herald Transcript
yingcong-wu requested review of this revision.Feb 28 2023, 11:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 28 2023, 11:34 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Mar 7 2023, 9:55 PM
This revision is now accepted and ready to land.Mar 7 2023, 9:55 PM
This revision was automatically updated to reflect the committed changes.