[clang] Update Catch missing format attributes (PR #106649)

Budimir Aranđelović via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 30 00:54:04 PDT 2024


================
@@ -387,17 +388,6 @@ void f40(char *out, ... /* args */) // #f40
 void f41(char *out, ... /* args */) // #f41
 {
     va_list args;
-    char *ch;
-    vscanf("%s", ch);
----------------
budimirarandjelovichtec wrote:

Char * was passed to second parameter which accepts va_list type.

https://github.com/llvm/llvm-project/pull/106649


More information about the cfe-commits mailing list