Use the right printf format specifiers
authorWu, Yingcong <yingcong.wu@intel.com>
Wed, 8 Mar 2023 05:55:33 +0000 (21:55 -0800)
committerVitaly Buka <vitalybuka@google.com>
Wed, 8 Mar 2023 05:59:09 +0000 (21:59 -0800)
commit91985c2ee3b3b28b768607f40d1c94a6cbcb29d8
treec5c7984118511d54086f9d8d5dfb0bdb256be932
parentcbb9369b9e075a8e484ed8bea04e92f8cfbcdfd6
Use the right printf format specifiers

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

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D145033
compiler-rt/lib/fuzzer/FuzzerDriver.cpp
compiler-rt/lib/fuzzer/FuzzerLoop.cpp