C++: Add query precision.

This commit is contained in:
Geoffrey White
2020-12-17 14:31:43 +00:00
parent 136fa01b87
commit fda531da49

View File

@@ -3,7 +3,7 @@
* @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.
* @kind path-problem
* @problem.severity warning
* @precision TODO
* @precision low
* @tags security
* correctness
* external/cwe/cwe-190