Remove author tag

This commit is contained in:
Jordy Zomer
2021-08-05 12:34:31 +02:00
parent 19bb8e8c17
commit 489ac04f86

View File

@@ -1,5 +1,4 @@
/**
* @author Jordy Zomer
* @name unsiged 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