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

Avoid calling H5Ropen_object with a misaligned H5R_ref_t: copy the #1171

Merged
merged 5 commits into from
Nov 23, 2021

Commits on Nov 8, 2021

  1. Avoid calling H5Ropen_object with a misaligned H5R_ref_t: copy the

    raw H5R_ref_t bytes to a heap buffer that's known to have the right
    alignment.
    gnuoyd committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    92841f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4efc788 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Use an automatic H5R_ref_t instead of malloc'ing one. Go ahead and

    initialize the H5R_ref_t to all-0s so that arbitrary stack content
    doesn't foul things up.  Bail out with an error if `size` exceeds
    `sizeof(H5R_ref_t)`.
    gnuoyd committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    c3de8b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e39f6f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

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