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

Internal only write once #340

Merged
merged 4 commits into from
Aug 15, 2023
Merged

Conversation

jpbland1
Copy link
Contributor

@jpbland1 jpbland1 commented Aug 15, 2023

only call nvm_select_fresh_sector when an internal partition is in use, otherwise it will try to read from a corrupt memory address

ZD 15415

is calling nvm_select_fresh_sector on a potentially external partition, which will fail and crashes the simulator. the next commit will hold the fix
@jpbland1 jpbland1 marked this pull request as ready for review August 15, 2023 15:58
@jpbland1 jpbland1 requested a review from dgarske August 15, 2023 16:45
@jpbland1 jpbland1 removed the request for review from danielinux August 15, 2023 16:54
@jpbland1 jpbland1 assigned dgarske and unassigned danielinux Aug 15, 2023
Copy link
Contributor

@dgarske dgarske left a comment

Choose a reason for hiding this comment

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

Thanks, this resolved my customer issue.

@dgarske dgarske merged commit 059d0f8 into wolfSSL:master Aug 15, 2023
42 checks passed
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