-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix unsigned packing bug in merge_regions #8544 #8788
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect fix!
Info: This PR has been re-bundled into a new rollup PR (#8838 ). No further work is needed here, as once that PR is merged, this PR will also be closed and marked as merged. |
This PR fails to build for client example.
@ARMmbed/mbed-os-tools Please review |
Starting CI, just to make sure something odd didn't happen with the Rollup PR. |
Test run: SUCCESSSummary: 4 of 4 test jobs passed |
I reviewed build jobs, they look fine. However not certain why we had the previous build failure in the rollup. I set this to 5.11.1 (if this should be in 5.11.0, please shout now) as we can have this on master for some time to test |
Still this is valid, this PR is going to be reverted soon @kaidokert Please review the failure I shared 7 days ago |
Removed release label (not yet released, will be reverted just on master) |
Revert "Merge pull request #8788 from kaidokert/master"
PR was reverted. Please review failures, as this was fixing another issue, would be good to have the fix |
@kaidokert Fyi ^^^ |
Description
There is a randomly occuring bug at the
merge_regions
build stage which throws depending on computed CRC32 value. If 32-bit ( instead of 31-bit ) value is calculated, merge fails as follows:Pull request type