Merge pull request #974 from jbj/alloca-delete-precision

C++: Remove @precision of AllocaInLoop.ql
This commit is contained in:
Geoffrey White
2019-02-25 11:48:56 +00:00
committed by GitHub

View File

@@ -3,7 +3,6 @@
* @description Using alloca in a loop can lead to a stack overflow
* @kind problem
* @problem.severity warning
* @precision medium
* @id cpp/alloca-in-loop
* @tags reliability
* correctness