File tree
Expand file treeCollapse file tree
33 files changed
+1425
-33
lines changedFilter options
- .vscode
- cpp
- autosar
- src/rules/A5-3-2
- test/rules/A5-3-2
- common
- src/codingstandards/cpp
- exclusions/c
- rules/dereferenceofnullpointer
- test/rules/dereferenceofnullpointer
- c
- cert
- src/rules
- EXP33-C
- EXP34-C
- MEM30-C
- test/rules
- EXP33-C
- EXP34-C
- MEM30-C
- common/test/rules
- dereferenceofnullpointer
- readofuninitializedmemory
- misra
- src/rules/RULE-9-1
- test/rules/RULE-9-1
- rule_packages
- cpp
- c
Expand file treeCollapse file tree
33 files changed
+1425
-33
lines changed+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
222 | 222 |
|
223 | 223 |
|
224 | 224 |
|
| 225 | + |
| 226 | + |
225 | 227 |
|
226 | 228 |
|
227 | 229 |
|
| ||
230 | 232 |
|
231 | 233 |
|
232 | 234 |
|
| 235 | + |
| 236 | + |
233 | 237 |
|
234 | 238 |
|
235 | 239 |
|
|
c/cert/src/rules/EXP33-C/DoNotReadUninitializedMemory.md
Copy file name to clipboardExpand all lines: c/cert/src/rules/EXP33-C/DoNotReadUninitializedMemory.md+418Lines changed: 418 additions & 0 deletions
Large diffs are not rendered by default.
c/cert/src/rules/EXP33-C/DoNotReadUninitializedMemory.ql
Copy file name to clipboard+23Lines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
c/cert/src/rules/EXP34-C/DoNotDereferenceNullPointers.md
Copy file name to clipboardExpand all lines: c/cert/src/rules/EXP34-C/DoNotDereferenceNullPointers.md+220Lines changed: 220 additions & 0 deletions
Large diffs are not rendered by default.
c/cert/src/rules/EXP34-C/DoNotDereferenceNullPointers.ql
Copy file name to clipboard+21Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
c/cert/src/rules/MEM30-C/DoNotAccessFreedMemory.md
Copy file name to clipboardExpand all lines: c/cert/src/rules/MEM30-C/DoNotAccessFreedMemory.md+258Lines changed: 258 additions & 0 deletions
Large diffs are not rendered by default.
c/cert/src/rules/MEM30-C/DoNotAccessFreedMemory.ql
Copy file name to clipboard+63Lines changed: 63 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 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 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
c/cert/test/rules/EXP33-C/DoNotReadUninitializedMemory.testref
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
c/cert/test/rules/EXP34-C/DoNotDereferenceNullPointers.testref
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
c/cert/test/rules/MEM30-C/DoNotAccessFreedMemory.expected
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
0 commit comments