Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove lease limit from qspi_read #1911

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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.

/// 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

@@ -269,6 +269,7 @@ impl FlashDriver {
}
}
}
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