-
Notifications
You must be signed in to change notification settings - Fork 615
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle 64-bit negative addresses when adjusting them. (#397)
Fixes #280. 64-bit addresses with the high bit set should be adjustable as long as the offset does not overflow the result. This change supersedes #396 avoiding `math/big` dependency.
- Loading branch information
1 parent
2b5d435
commit 2c569c7
Showing
2 changed files
with
54 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters