C++: delete change note

Since the previous commit removed the best evidence we had for the
change described in this note, I'm removing the note for now.
This commit is contained in:
Jonas Jensen
2023-08-18 13:35:32 +02:00
parent cd1f196848
commit 478a105e21

View File

@@ -1,4 +0,0 @@
---
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.