[all-commits] [llvm/llvm-project] 5009be: [scudo] Fix format string specifiers
Kostya Kortchinsky via All-commits
all-commits at lists.llvm.org
Tue Aug 17 08:38:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5009be2f09ae25654753ee533dbfbc238aaf591c
https://github.com/llvm/llvm-project/commit/5009be2f09ae25654753ee533dbfbc238aaf591c
Author: Kostya Kortchinsky <kostyak at google.com>
Date: 2021-08-17 (Tue, 17 Aug 2021)
Changed paths:
M compiler-rt/lib/scudo/standalone/CMakeLists.txt
M compiler-rt/lib/scudo/standalone/primary64.h
M compiler-rt/lib/scudo/standalone/secondary.h
M compiler-rt/lib/scudo/standalone/size_class_map.h
M compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
M compiler-rt/lib/scudo/standalone/wrappers_c.inc
Log Message:
-----------
[scudo] Fix format string specifiers
Enable `-Wformat` again, and fix the offending instances.
Differential Revision: https://reviews.llvm.org/D108168
More information about the All-commits
mailing list