Skip to content

Commit 489ac04

Browse files
committed
Remove author tag
1 parent 19bb8e8 commit 489ac04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**
2-
* @author Jordy Zomer
32
* @name unsiged to signed used in pointer arithmetic
43
* @description finds unsigned to signed conversions used in pointer arithmetic, potentially causing an out-of-bound access
54
* @id cpp/sign-conversion-pointer-arithmetic

0 commit comments

Comments
 (0)