-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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 v3.6-branch] stream_flash: stream_flash_erase_page does not check whether requested offset is in range of stream flash owned area #80637
Conversation
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)
@de-nordic Please look into the CI failures. |
Sorry I am fighting with build env to run that. |
@henrikbrixandersen I need advice here: The added test is using feature that is not available in this release, it has been added later, which is possibility for device to not implement erase. What should I do now? Modify the test or drop it from backport? |
I would drop the test from the backport. |
72aea10
a7c83cf
to
72aea10
Compare
Thanks! |
please change the PR title and do not include PR numbers in there |
OK, fine, sorry. The PR naming for backports is not described anywhere. |
Fixes #79800
failed backport: #80461