[all-commits] [llvm/llvm-project] 91985c: Use the right printf format specifiers
Wu Yingcong via All-commits
all-commits at lists.llvm.org
Tue Mar 7 21:59:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91985c2ee3b3b28b768607f40d1c94a6cbcb29d8
https://github.com/llvm/llvm-project/commit/91985c2ee3b3b28b768607f40d1c94a6cbcb29d8
Author: Wu, Yingcong <yingcong.wu at intel.com>
Date: 2023-03-07 (Tue, 07 Mar 2023)
Changed paths:
M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
M compiler-rt/lib/fuzzer/FuzzerLoop.cpp
Log Message:
-----------
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
More information about the All-commits
mailing list