Fix compiler warnings in PDB type parser. #636
Annotations
3 errors and 1 warning
|
cargo clippy
Error: Clippy has exited with exit code 101
|
|
this public function might dereference a raw pointer but is not marked `unsafe`:
rust/src/architecture.rs#L1553
error: this public function might dereference a raw pointer but is not marked `unsafe`
--> rust/src/architecture.rs:1553:76
|
1553 | BNArchitectureAnalyzeBasicBlocks(self.handle, function.handle, context);
| ^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#not_unsafe_ptr_arg_deref
|
|
this public function might dereference a raw pointer but is not marked `unsafe`:
rust/src/architecture.rs#L480
error: this public function might dereference a raw pointer but is not marked `unsafe`
--> rust/src/architecture.rs:480:70
|
480 | BNArchitectureDefaultAnalyzeBasicBlocks(function.handle, context);
| ^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#not_unsafe_ptr_arg_deref
= note: `#[deny(clippy::not_unsafe_ptr_arg_deref)]` on by default
|
|
licensing
New version for cargo-about available: 0.7.1
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
license
Expired
|
22.9 KB |
sha256:8d68e2fc3f12182681ba33e6bde76536fdb438b6f41b63735f85af381eeadaad
|
|