From b48d483eba1ca88fcbd94fb76be7604fc52d7173 Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Fri, 10 Nov 2023 17:25:19 +0100 Subject: [PATCH] C++: Add change note --- cpp/ql/lib/change-notes/2023-11-10-strlcpy-strlcat-models.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/lib/change-notes/2023-11-10-strlcpy-strlcat-models.md diff --git a/cpp/ql/lib/change-notes/2023-11-10-strlcpy-strlcat-models.md b/cpp/ql/lib/change-notes/2023-11-10-strlcpy-strlcat-models.md new file mode 100644 index 00000000000..6e4e1fe8a53 --- /dev/null +++ b/cpp/ql/lib/change-notes/2023-11-10-strlcpy-strlcat-models.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Added models for `strlcpy` and `strlcat`.