C++: Add change note

This commit is contained in:
Jeroen Ketema
2023-08-09 15:47:19 +02:00
parent d0e7354a1b
commit 6100425274

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.