Skip to content

Commit 475e36e

Browse files
authored
Update BufferAccessWithIncorrectLengthValue.ql
1 parent df1ea5b commit 475e36e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-805/BufferAccessWithIncorrectLengthValue.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*/
1212

1313
import cpp
14-
import semmle.code.cpp.valuenumbering.GlobalValueNumbering
1514

1615
/** Holds for a function `f`, which has an argument at index `bpos` that points to a buffer and an argument at index `spos` that points to a size. */
1716
predicate numberArgument(Function f, int bpos, int spos) {

0 commit comments

Comments
 (0)