Skip to content

Conversation

@aj-bagwell
Copy link

Due to the changes in 530b663 to suuport larger disk the math to covert a
to an address underflows then it cast to a wider int without sign extention
leaving a bit set in the middle of the number.

This change moves the subtraction to happen after the other additions
and widening thus prevting any underflow issues.

fixes #30

Due to the changes in 530b663 to suuport larger disk the math to covert a
to an address underflows then it cast to a wider int without sign extention
leaving a bit set in the middle of the number.

This change moves the subtraction to happen after the other additions
and widening thus prevting any underflow issues.
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.

Cluster address printed for cluster zero is wrong

1 participant