Skip to content

Conversation

mkeeter
Copy link
Collaborator

@mkeeter mkeeter commented Oct 29, 2024

Tested on Grapefruit (where I found that we weren't updating the offset address!); eyeballed on Gimlet.

@mkeeter mkeeter requested review from cbiffle and labbott October 29, 2024 20:13
aapoalas

This comment was marked as spam.

/// Reads data from the given address into a `BufWriter`
///
/// This function will only return an error if it fails to read from a
/// This function will only return an error if it fails to write to a
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops :P

}
}
}
offset += len as u32;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we be doing something to avoid a panic site from the overflow check here?

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.

3 participants