Skip to content

Commit 0f6e845

Browse files
committed
Merge branch 'main' of https://github.com/JordyZomer/codeql into main
2 parents 01a06d1 + a3bacc7 commit 0f6e845

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)