Skip to content

Commit 136fa01

Browse files
committed
C++: Query headers (apart from precison - needs more research).
1 parent 1e35357 commit 136fa01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-190/AllocMultiplicationOverflow.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* @name Multiplication result may overflow and be used in allocation
3-
* @description TODO
3+
* @description Using a multiplication result that may overflow in the size of an allocation may lead to buffer overflows when the allocated memory is used.
44
* @kind path-problem
5-
* @problem.severity TODO
5+
* @problem.severity warning
66
* @precision TODO
77
* @tags security
88
* correctness

0 commit comments

Comments
 (0)