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 NC_DISKLESS returns garbage data for certain files #403

Merged
merged 4 commits into from
May 4, 2017
Merged

Commits on May 3, 2017

  1. re: issue #401

    It turns out that the chunksize used in the
    ncio-related code must be a multiple of eight in
    size.  Both memio.c and mmapio.c were
    potentially violating this constraint.
    
    See also pr #400
    DennisHeimbigner committed May 3, 2017
    Configuration menu
    Copy the full SHA
    6dc6cf6 View commit details
    Browse the repository at this point in the history
  2. Add testcase

    DennisHeimbigner committed May 3, 2017
    Configuration menu
    Copy the full SHA
    5a0c7ab View commit details
    Browse the repository at this point in the history
  3. typo

    DennisHeimbigner committed May 3, 2017
    Configuration menu
    Copy the full SHA
    455f3b9 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. Configuration menu
    Copy the full SHA
    ce20f3b View commit details
    Browse the repository at this point in the history