Skip to content

Commit 28fbabe

Browse files
committed
Declarations8: fix metadata DCL30-C
1 parent 8733498 commit 28fbabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/cert/src/rules/DCL30-C/AppropriateStorageDurationsStackAdressEscape.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @description When storage durations are not compatible between assigned pointers it can lead to
55
* referring to objects outside of their lifetime, which is undefined behaviour.
66
* @kind problem
7-
* @precision high
7+
* @precision very-high
88
* @problem.severity error
99
* @tags external/cert/id/dcl30-c
1010
* correctness

0 commit comments

Comments
 (0)