We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c28310 commit 87d52aeCopy full SHA for 87d52ae
rule_packages/c/Pointers3.json
@@ -48,9 +48,9 @@
48
"queries": [
49
{
50
"description": "Modifying underlying pointer data through a pointer of an incompatible type can lead to unpredictable results.",
51
- "kind": "problem",
+ "kind": "path-problem",
52
"name": "Do not access a variable through a pointer of an incompatible type",
53
- "precision": "very-high",
+ "precision": "high",
54
"severity": "error",
55
"short_name": "DoNotAccessVariableViaPointerOfIncompatibleType",
56
"tags": [
0 commit comments