From ef61d14e9cfdf6dbc47f3e2a077d10280d41fdaa Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Thu, 15 Dec 2022 12:57:13 +0100 Subject: [PATCH] C++: Add change note --- .../2022-12-15-no-scanf-buffer-allocation-warnings.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/src/change-notes/2022-12-15-no-scanf-buffer-allocation-warnings.md diff --git a/cpp/ql/src/change-notes/2022-12-15-no-scanf-buffer-allocation-warnings.md b/cpp/ql/src/change-notes/2022-12-15-no-scanf-buffer-allocation-warnings.md new file mode 100644 index 00000000000..fc02f7cbf3a --- /dev/null +++ b/cpp/ql/src/change-notes/2022-12-15-no-scanf-buffer-allocation-warnings.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* The `cpp/missing-check-scanf` query no longer reports the free'ing of `scanf` output variables as potential reads. \ No newline at end of file