Skip to content

Commit fd2713f

Browse files
committed
Fix precision in description file
1 parent 4780155 commit fd2713f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rule_packages/cpp/Memory1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"description": "Pointers obtained as result of performing arithmetic should point to an initialized object, or an element right next to the last element of an array.",
1111
"kind": "path-problem",
1212
"name": "Pointer arithmetic shall not form an invalid pointer",
13-
"precision": "high",
13+
"precision": "medium",
1414
"severity": "error",
1515
"short_name": "PointerArithmeticFormsAnInvalidPointer",
1616
"tags": [

0 commit comments

Comments
 (0)