From 9a8fb0b93aa672dc91d57ef1c76f94693643e7db Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Wed, 19 Jul 2023 10:27:55 +0100 Subject: [PATCH] Update cpp/ql/lib/semmle/code/cpp/security/InvalidPointerDereference/AllocationToInvalidPointer.qll Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com> --- .../InvalidPointerDereference/AllocationToInvalidPointer.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/semmle/code/cpp/security/InvalidPointerDereference/AllocationToInvalidPointer.qll b/cpp/ql/lib/semmle/code/cpp/security/InvalidPointerDereference/AllocationToInvalidPointer.qll index d7c7d7f21e5..1286e625d1a 100644 --- a/cpp/ql/lib/semmle/code/cpp/security/InvalidPointerDereference/AllocationToInvalidPointer.qll +++ b/cpp/ql/lib/semmle/code/cpp/security/InvalidPointerDereference/AllocationToInvalidPointer.qll @@ -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