C++: Add change note

This commit is contained in:
Jeroen Ketema
2023-12-15 11:13:52 +01:00
parent 2065ecff66
commit 0b1b1be356

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The `cpp/badly-bounded-write` query could report false positives when a pointer was first initialized with a literal and later assigned a dynamically allocated array. These false positives now no longer occur.