[all-commits] [llvm/llvm-project] 737108: ubsan: fix few format string bugs
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Fri Aug 13 04:45:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73710858b041ee129a38f6ccc740e2691d2a93c0
https://github.com/llvm/llvm-project/commit/73710858b041ee129a38f6ccc740e2691d2a93c0
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M compiler-rt/lib/ubsan/ubsan_diag.cpp
Log Message:
-----------
ubsan: fix few format string bugs
This fixes just a few of the warnings.
Ubsan is not completely clean yet,
but these somehow pop up while I was
fixing other sanitizers.
Depends on D107983.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D107984
More information about the All-commits
mailing list