Update cpp/ql/lib/semmle/code/cpp/security/InvalidPointerDereference/AllocationToInvalidPointer.qll

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2023-07-19 10:27:55 +01:00
committed by GitHub
parent 3e1b4d97fe
commit 9a8fb0b93a

View File

@@ -1,6 +1,6 @@
/**
* This file provides the first phase of the `cpp/invalid-pointer-deref` query that identifies flow
* an allocation to a pointer-arithmetic instruction that constructs a pointer that's out of bounds.
* from an allocation to a pointer-arithmetic instruction that constructs a pointer that is out of bounds.
*/
private import cpp