mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Update for feedback
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/**
|
||||
* @name Pointer offset used before it is checked
|
||||
* @description Setting a pointer offset before checking if the value is positive
|
||||
* @description Accessing a pointer or array using an offset before
|
||||
* checking if the value is positive
|
||||
* may result in unexpected behavior.
|
||||
* @kind problem
|
||||
* @id cpp/late-negative-test
|
||||
|
||||
Reference in New Issue
Block a user