utzig opened a new pull request #2523:
URL: https://github.com/apache/mynewt-core/pull/2523


   This fixes an issue where an erase command with sizes larger or equal than a 
block erase (32K or 64K) could delete the whole block even when it was not 
aligned. A block erase command is accepted for any address inside the block, 
but if a flash area is not aligned to this block size, it will result in 
erasing data which are not part of the expected requested range. With this 
change the alignment must be valid when doing block erases.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to