Skip to content

Conversation

@IntelCaisui
Copy link
Contributor

No description provided.

@IntelCaisui IntelCaisui requested a review from jyao1 as a code owner January 19, 2026 08:49
@IntelCaisui IntelCaisui marked this pull request as draft January 19, 2026 08:49
@IntelCaisui IntelCaisui force-pushed the 260119_SPDM_MIG_SUPPORT_HISTORY_INFO branch from 7b90b21 to d5e07b3 Compare January 20, 2026 16:45
let read_field =
|field_base: u64, elem_size: usize, buf: &mut [u8]| -> Result<(), MigrationResult> {
for (idx, chunk) in buf.chunks_mut(elem_size).enumerate() {
let result =

Check warning

Code scanning / clippy

this expression creates a reference which is immediately dereferenced by the compiler Warning

this expression creates a reference which is immediately dereferenced by the compiler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants