Update cpp/ql/src/experimental/Security/CWE/CWE-787/UnsignedToSignedPointerArith.ql

Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
This commit is contained in:
Jordy Zomer
2021-08-05 23:31:12 +02:00
committed by GitHub
parent cf40d0ae4d
commit a3bacc76f1

View File

@@ -1,5 +1,5 @@
/**
* @name unsinged to signed used in pointer arithmetic
* @name unsigned to signed used in pointer arithmetic
* @description finds unsigned to signed conversions used in pointer arithmetic, potentially causing an out-of-bound access
* @id cpp/sign-conversion-pointer-arithmetic
* @kind problem