C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-11-28 09:16:49 +00:00
parent e10caa68f6
commit ff4c63f696

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* Added a new query, `cpp/use-of-string-after-lifetime-ends`, to detect calls to `c_str` on strings that will be destroyed immediately.