-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathMemory3.json
More file actions
26 lines (26 loc) · 865 Bytes
/
Memory3.json
File metadata and controls
26 lines (26 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"MISRA-C++-2023": {
"RULE-8-9-1": {
"properties": {
"enforcement": "undecidable",
"obligation": "required"
},
"queries": [
{
"description": "Pointer comparison should be done between ones that belong to a same array.",
"kind": "path-problem",
"name": "The built-in relational operators >, >=, < and <= shall not be applied to objects of pointer type",
"precision": "high",
"severity": "error",
"short_name": "PointerComparedBetweenDifferentArrays",
"shared_implementation_short_name": "DoNotUseRelationalOperatorsWithDifferingArrays",
"tags": [
"scope/system",
"correctness"
]
}
],
"title": "Pointer comparison should be done between ones that belong to a same array."
}
}
}