From 1e459aca29c75f29569f78cf84e716c3918dc066 Mon Sep 17 00:00:00 2001 From: Calum Grant Date: Tue, 15 Oct 2024 15:48:44 +0100 Subject: [PATCH] C++: Change note --- .../src/change-notes/2024-10-15-wrong-type-format-argument.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/src/change-notes/2024-10-15-wrong-type-format-argument.md diff --git a/cpp/ql/src/change-notes/2024-10-15-wrong-type-format-argument.md b/cpp/ql/src/change-notes/2024-10-15-wrong-type-format-argument.md new file mode 100644 index 0000000000000..56daf8fdbf9bd --- /dev/null +++ b/cpp/ql/src/change-notes/2024-10-15-wrong-type-format-argument.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Fixed false positives in the `cpp/wrong-type-format-argument` ("Wrong type of arguments to formatting function") query if there are extraction errors in the function.