C++: Add use-after-free change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-04-11 15:30:25 +01:00
parent c1960c6ff9
commit 259d5b6452

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* The query `cpp/use-after-free` has been modernized and assigned the precision "medium". The query finds cases of where a pointer is dereferenced after its memory has been deallocated.