Skip to content

Commit 87d52ae

Browse files
author
Nikita Kraiouchkine
committed
Update Pointers3.json
1 parent 0c28310 commit 87d52ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rule_packages/c/Pointers3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"queries": [
4949
{
5050
"description": "Modifying underlying pointer data through a pointer of an incompatible type can lead to unpredictable results.",
51-
"kind": "problem",
51+
"kind": "path-problem",
5252
"name": "Do not access a variable through a pointer of an incompatible type",
53-
"precision": "very-high",
53+
"precision": "high",
5454
"severity": "error",
5555
"short_name": "DoNotAccessVariableViaPointerOfIncompatibleType",
5656
"tags": [

0 commit comments

Comments
 (0)