зеркало из https://github.com/github/codeql.git
CPP: Change note.
This commit is contained in:
Родитель
9b31b4e364
Коммит
2759861da4
|
@ -12,5 +12,6 @@
|
|||
| **Query** | **Expected impact** | **Change** |
|
||||
|----------------------------|------------------------|------------------------------------------------------------------|
|
||||
| Mismatching new/free or malloc/delete (`cpp/new-free-mismatch`) | Fewer false positive results | Fixed an issue where functions were being identified as allocation functions inappropriately. Also affects `cpp/new-array-delete-mismatch` and `cpp/new-delete-array-mismatch`. |
|
||||
| Resource not released in destructor (`cpp/resource-not-released-in-destructor`) | Fewer false positive results | Resource allocation and deallocation functions are now determined more accurately. |
|
||||
|
||||
## Changes to QL libraries
|
||||
|
|
Загрузка…
Ссылка в новой задаче