-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Backport 79830 to v2.7 branch: Add stream_flash_erase_page range check #80615
Conversation
@nashif I should drop the test commit, right? |
9735411
to
a5471aa
Compare
a5471aa
to
f67cbe0
Compare
f67cbe0
to
f173c1e
Compare
please put something useful in the PR title, PR numbers do not tell me anything. |
@nashif I am sorry, but it seems that CI for this will always fail, due to missing runners or out of date configuration. I can not do anything about this. |
Added check where stream_flash_erase_page checks if requested offset is actually within stream flash designated area. Fixes #79800 Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 8714c17)
f173c1e
to
256c9a4
Compare
failures unrelated. |
@nashif Well I'll have to get the doc build back on track at some point though :/ |
sure, but how is this related to this PR? |
Fixes a bug where: stream_flash: stream_flash_erase_page does not check whether requested offset is in range of stream flash owned area (#79800)
Fixes #80460
Failed backport #80460