From d3695dce4dcfc0332389f1afe9e03dd588f98862 Mon Sep 17 00:00:00 2001 From: Calum Grant Date: Wed, 2 Oct 2024 08:14:23 +0100 Subject: [PATCH] C++: Add change note --- cpp/ql/src/change-notes/2024-10-02-uninitialized-local.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/src/change-notes/2024-10-02-uninitialized-local.md diff --git a/cpp/ql/src/change-notes/2024-10-02-uninitialized-local.md b/cpp/ql/src/change-notes/2024-10-02-uninitialized-local.md new file mode 100644 index 000000000000..e34a942f38a6 --- /dev/null +++ b/cpp/ql/src/change-notes/2024-10-02-uninitialized-local.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Fixed false positives in the `cpp/uninitialized-local` ("Potentially uninitialized local variable") query if there are extraction errors in the function.