Commit a03892c
committed
File tree
207 files changed
+7887
-666
lines changedFilter options
- .github/workflows
- c
- cert
- src
- rules
- ARR39-C
- DCL40-C
- test
- common
- src
- codingstandards/c
- test
- rules
- donotusepointerarithmetictoaddressdifferentarrays
- readofuninitializedmemory
- misra
- src
- codingstandards/c/misra
- rules
- DIR-4-15
- RULE-10-2
- RULE-11-1
- RULE-11-10
- RULE-11-2
- RULE-11-3
- RULE-11-4
- RULE-11-5
- RULE-11-6
- RULE-11-7
- RULE-11-8
- RULE-11-9
- RULE-13-2
- RULE-18-10
- RULE-2-4
- RULE-2-8
- RULE-21-15
- RULE-23-1
- RULE-23-2
- RULE-23-3
- RULE-23-4
- RULE-23-5
- RULE-23-6
- RULE-23-7
- RULE-23-8
- RULE-3-1
- RULE-8-13
- RULE-8-3
- RULE-8-4
- RULE-8-7
- test
- rules
- DIR-4-15
- RULE-10-2
- RULE-11-10
- RULE-11-3
- RULE-11-8
- RULE-13-2
- RULE-14-3
- RULE-2-8
- RULE-23-1
- RULE-23-2
- RULE-23-3
- RULE-23-4
- RULE-23-5
- RULE-23-6
- RULE-23-7
- RULE-23-8
- RULE-3-1
- RULE-7-4
- RULE-8-3
- RULE-8-7
- change_notes
- cpp
- autosar
- src
- codingstandards/cpp
- rules
- A0-4-1
- A12-8-4
- A14-5-2
- A2-3-1
- A7-1-2
- A8-4-7
- M0-1-4
- test
- cert
- src
- rules/MEM53-CPP
- test
- common
- src
- codingstandards/cpp
- alertreporting
- deadcode
- deviations
- exclusions/c
- rules
- catchexceptionsbylvaluereference
- donotusepointerarithmetictoaddressdifferentarrays
- invalidatedenvstringpointers
- orderingpredicatemustbestrictlyweak
- readofuninitializedmemory
- uncheckedrangedomainpoleerrors
- unusedtypedeclarations
- types
- test
- deviations
- deviations_basic_test
- deviations_report_deviated
- invalid_deviations
- guideline_recategorizations
- library/codingstandards/cpp
- alertreporting
- trivialtypes
- rules
- donotusepointerarithmetictoaddressdifferentarrays
- invalidatedenvstringpointers
- readofuninitializedmemory
- misra
- src
- test
- report/src
- docs
- rule_packages/c
- scripts/generate_rules
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
207 files changed
+7887
-666
lines changed.github/workflows/upgrade_codeql_dependencies.yml
Copy file name to clipboardExpand all lines: .github/workflows/upgrade_codeql_dependencies.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
|
+12-12Lines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
16 |
| - |
| 14 | + |
| 15 | + |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 |
| - |
49 |
| - |
| 48 | + |
| 49 | + |
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
c/cert/src/rules/ARR39-C/DoNotAddOrSubtractAScaledIntegerToAPointer.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ARR39-C/DoNotAddOrSubtractAScaledIntegerToAPointer.ql+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
c/cert/src/rules/DCL40-C/IncompatibleFunctionDeclarations.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/DCL40-C/IncompatibleFunctionDeclarations.ql+3-5Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 |
| - |
36 |
| - |
37 |
| - |
| 35 | + |
38 | 36 |
|
39 | 37 |
|
40 | 38 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
c/common/src/codingstandards/c/Generic.qll
Copy file name to clipboard+150Lines changed: 150 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 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
c/common/src/codingstandards/c/OutOfBounds.qll
Copy file name to clipboardExpand all lines: c/common/src/codingstandards/c/OutOfBounds.qll+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
c/common/src/codingstandards/c/UndefinedBehavior.qll
Copy file name to clipboardExpand all lines: c/common/src/codingstandards/c/UndefinedBehavior.qll+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
c/common/test/rules/donotusepointerarithmetictoaddressdifferentarrays/DoNotUsePointerArithmeticToAddressDifferentArrays.expected
Copy file name to clipboard+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
c/common/test/rules/readofuninitializedmemory/test.c
Copy file name to clipboardExpand all lines: c/common/test/rules/readofuninitializedmemory/test.c+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
| 97 | + |
| 98 | + |
97 | 99 |
|
0 commit comments