Skip to content
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

fix read_data bug & use in read_standard_header #112

Merged
merged 1 commit into from
May 11, 2021

Commits on May 11, 2021

  1. fix read_data bug & use in read_standard_header

    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`.
    StefanKarpinski committed May 11, 2021
    Configuration menu
    Copy the full SHA
    3a212cc View commit details
    Browse the repository at this point in the history