Skip to content

Commit 2ad0ac2

Browse files
authored
Merge pull request #974 from jbj/alloca-delete-precision
C++: Remove @precision of AllocaInLoop.ql
2 parents 014d4b9 + 2181bca commit 2ad0ac2

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)