Skip to content

Commit 2181bca

Browse files
committed
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.
1 parent 014d4b9 commit 2181bca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/ql/src/Likely Bugs/Memory Management/AllocaInLoop.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* @description Using alloca in a loop can lead to a stack overflow
44
* @kind problem
55
* @problem.severity warning
6-
* @precision medium
76
* @id cpp/alloca-in-loop
87
* @tags reliability
98
* correctness

0 commit comments

Comments
 (0)