mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C++: Remove @precision of AllocaInLoop.ql
A PR check was failing because this query was enabled on LGTM but had no qhelp. I'm removing the `@precision` for now to take it off LGTM, and then we can add it back when it has qhelp, tests, and change note.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user