Skip to content

Commit a3bacc7

Browse files
Update cpp/ql/src/experimental/Security/CWE/CWE-787/UnsignedToSignedPointerArith.ql
Co-authored-by: intrigus-lgtm <[email protected]>
1 parent cf40d0a commit a3bacc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name unsinged to signed used in pointer arithmetic
2+
* @name unsigned to signed used in pointer arithmetic
33
* @description finds unsigned to signed conversions used in pointer arithmetic, potentially causing an out-of-bound access
44
* @id cpp/sign-conversion-pointer-arithmetic
55
* @kind problem

0 commit comments

Comments
 (0)