-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix read_data bug & use in read_standard_header (#112)
Also make sure that buffer views are constructed with `Int` ranges. Otherwise on 32-bit systems a 64-bit buffer view cannot be converted to a pointer, which causes problems. This entails checking for too large size values in a few places and casting to `Int` in a few more places where we know a value has to fit into a native `Int`.
- Loading branch information
1 parent
f06ba79
commit fdeec31
Showing
3 changed files
with
28 additions
and
20 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
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