Skip to content

Commit a608d11

Browse files
committed
Update the locations in an expected file
1 parent 77fa2b7 commit a608d11

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cpp/misra/test/rules/RULE-8-7-1/PointerArithmeticFormsAnInvalidPointer.expected

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ edges
8383
| test.cpp:498:48:498:78 | single_dimensional_array_malloc | test.cpp:33:56:33:60 | array | provenance | |
8484
| test.cpp:501:48:501:78 | single_dimensional_array_calloc | test.cpp:66:56:66:60 | array | provenance | |
8585
| test.cpp:505:7:505:38 | single_dimensional_array_realloc | test.cpp:97:57:97:61 | array | provenance | |
86-
| test.cpp:509:7:509:35 | definition of stack_multi_dimensional_array | test.cpp:515:50:515:78 | stack_multi_dimensional_array | provenance | |
87-
| test.cpp:509:7:509:35 | definition of stack_multi_dimensional_array | test.cpp:517:7:517:35 | stack_multi_dimensional_array | provenance | |
88-
| test.cpp:515:50:515:78 | stack_multi_dimensional_array | test.cpp:129:57:129:61 | array | provenance | |
89-
| test.cpp:517:7:517:35 | stack_multi_dimensional_array | test.cpp:151:63:151:67 | array | provenance | |
86+
| test.cpp:509:7:509:35 | definition of stack_multi_dimensional_array | test.cpp:514:50:514:78 | stack_multi_dimensional_array | provenance | |
87+
| test.cpp:509:7:509:35 | definition of stack_multi_dimensional_array | test.cpp:516:7:516:35 | stack_multi_dimensional_array | provenance | |
88+
| test.cpp:514:50:514:78 | stack_multi_dimensional_array | test.cpp:129:57:129:61 | array | provenance | |
89+
| test.cpp:516:7:516:35 | stack_multi_dimensional_array | test.cpp:151:63:151:67 | array | provenance | |
9090
nodes
9191
| test.cpp:6:65:6:69 | array | semmle.label | array |
9292
| test.cpp:9:17:9:25 | ... + ... | semmle.label | ... + ... |
@@ -191,8 +191,8 @@ nodes
191191
| test.cpp:501:48:501:78 | single_dimensional_array_calloc | semmle.label | single_dimensional_array_calloc |
192192
| test.cpp:505:7:505:38 | single_dimensional_array_realloc | semmle.label | single_dimensional_array_realloc |
193193
| test.cpp:509:7:509:35 | definition of stack_multi_dimensional_array | semmle.label | definition of stack_multi_dimensional_array |
194-
| test.cpp:515:50:515:78 | stack_multi_dimensional_array | semmle.label | stack_multi_dimensional_array |
195-
| test.cpp:517:7:517:35 | stack_multi_dimensional_array | semmle.label | stack_multi_dimensional_array |
194+
| test.cpp:514:50:514:78 | stack_multi_dimensional_array | semmle.label | stack_multi_dimensional_array |
195+
| test.cpp:516:7:516:35 | stack_multi_dimensional_array | semmle.label | stack_multi_dimensional_array |
196196
subpaths
197197
#select
198198
| test.cpp:14:7:15:7 | ... + ... | test.cpp:468:7:468:36 | definition of stack_single_dimensional_array | test.cpp:14:7:15:7 | ... + ... | This pointer has offset 4 when the minimum possible length of the object might be 3. |

0 commit comments

Comments
 (0)