[all-commits] [llvm/llvm-project] 6b7c40: Ignore out-of-bounds printf() format string in ASa...
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Mon Sep 18 14:47:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b7c4027745b7e460932ce5864d6e199b2f4639e
https://github.com/llvm/llvm-project/commit/6b7c4027745b7e460932ce5864d6e199b2f4639e
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths:
M compiler-rt/test/asan/TestCases/printf-5.c
Log Message:
-----------
Ignore out-of-bounds printf() format string in ASan test (#66695)
This warning needs to be disabled. The format string is deliberately too
large.
More information about the All-commits
mailing list