mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C++: Add use-after-free change note.
This commit is contained in:
4
cpp/ql/src/change-notes/2023-04-11-use-after-free.md
Normal file
4
cpp/ql/src/change-notes/2023-04-11-use-after-free.md
Normal 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.
|
||||
Reference in New Issue
Block a user