mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Rust: Accept test changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
| struct Array | |
|
||||
| struct Ptr | |
|
||||
| struct PtrConst | |
|
||||
| struct PtrMut | |
|
||||
| struct Ref | |
|
||||
| struct RefMut | |
|
||||
|
||||
@@ -11,3 +11,6 @@ multipleCallTargets
|
||||
| main.rs:2642:13:2642:31 | ...::from(...) |
|
||||
| main.rs:2643:13:2643:31 | ...::from(...) |
|
||||
| main.rs:2644:13:2644:31 | ...::from(...) |
|
||||
multiplePathResolutions
|
||||
| main.rs:1818:26:1818:33 | <...> |
|
||||
| main.rs:1819:17:1819:26 | <...> |
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
| Files extracted - without errors % | 57 |
|
||||
| Inconsistencies - AST | 0 |
|
||||
| Inconsistencies - CFG | 0 |
|
||||
| Inconsistencies - Path resolution | 1 |
|
||||
| Inconsistencies - Path resolution | 197 |
|
||||
| Inconsistencies - SSA | 0 |
|
||||
| Inconsistencies - data flow | 0 |
|
||||
| Lines of code extracted | 60 |
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
multipleCallTargets
|
||||
| test.rs:117:9:117:21 | ptr.is_null() |
|
||||
@@ -1,7 +0,0 @@
|
||||
multipleCallTargets
|
||||
| main.rs:242:44:242:78 | ... .cast() |
|
||||
| main.rs:245:44:245:78 | ... .cast() |
|
||||
| main.rs:248:44:248:78 | ... .cast() |
|
||||
| main.rs:251:14:251:48 | ... .cast() |
|
||||
| main.rs:254:14:254:48 | ... .cast() |
|
||||
| main.rs:257:14:257:48 | ... .cast() |
|
||||
@@ -1,12 +1,4 @@
|
||||
multipleCallTargets
|
||||
| deallocation.rs:162:5:162:17 | ptr.is_null() |
|
||||
| deallocation.rs:174:7:174:19 | ptr.is_null() |
|
||||
| deallocation.rs:186:5:186:17 | ptr.is_null() |
|
||||
| deallocation.rs:190:5:190:17 | ptr.is_null() |
|
||||
| deallocation.rs:194:6:194:18 | ptr.is_null() |
|
||||
| deallocation.rs:202:5:202:17 | ptr.is_null() |
|
||||
| deallocation.rs:210:25:210:37 | ptr.is_null() |
|
||||
| deallocation.rs:225:5:225:23 | const_ptr.is_null() |
|
||||
| deallocation.rs:354:11:354:29 | ...::from(...) |
|
||||
| deallocation.rs:355:11:355:29 | ...::from(...) |
|
||||
| lifetime.rs:610:13:610:31 | ...::from(...) |
|
||||
|
||||
Reference in New Issue
Block a user