Files
codeql/cpp/change-notes/2020-10-21-size-check-queries.md
Geoffrey White ba29591b83 C++: Change note.
2020-10-21 11:21:53 +01:00

379 B

lgtm,codescanning

  • The 'Not enough memory allocated for pointer type' (cpp/allocation-too-small) and 'Not enough memory allocated for array of pointer type' (cpp/suspicious-allocation-size) queries have been improved. Previously some allocations would be reported by both queries, this no longer occurs. In addition more allocation functions are now understood by both queries.