C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-11-15 11:57:09 +00:00
parent 2b8b5cf1b8
commit ec63099c54

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The "Returning stack-allocated memory" (`cpp/return-stack-allocated-memory`) query now also detects returning stack-allocated memory allocated by calls to `alloca`, `strdupa`, and `strndupa`.