C++: Downgrade the query precision.

This commit is contained in:
Geoffrey White
2020-08-13 15:45:57 +01:00
parent 0476b97f63
commit 3d60756d40

View File

@@ -4,7 +4,7 @@
* user can result in integer overflow.
* @kind path-problem
* @problem.severity error
* @precision high
* @precision medium
* @id cpp/uncontrolled-allocation-size
* @tags reliability
* security