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

Sync develop changes July 19 - July 29 to hdf5_1_14 #4678

Merged
merged 6 commits into from
Jul 30, 2024

Commits on Jul 30, 2024

  1. publish msi binary (HDFGroup#4663)

    byrnHDF authored and lrknox committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fc2ce83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    620d171 View commit details
    Browse the repository at this point in the history
  3. Replace incorrect use of an internal function (HDFGroup#4668)

    * Replace incorrect use of an internal function
    
    In some API functions, the internal function H5I_object() was used instead
    of H5I_object_verify(), which verifies the type of an ID argument.  So
    when an inappropriate ID was passed in to the affected API, it was accepted.
    This behavior can cause issues at a later time, including a segfault, as
    reported in issue #HDFGroupGH-4656.
    
    The fix was applied to the following functions:
    H5Fget_intent()
    H5Fget_fileno()
    H5Fget_freespace()
    H5Fget_create_plist()
    H5Fget_access_plist()
    H5Fget_vfd_handle()
    H5Dvlen_get_buf_size()
    H5Fget_mdc_config()
    H5Fset_mdc_config()
    H5Freset_mdc_hit_rate_stats()
    
    Fixes HDFGroupGH-4662
    bmribler authored and lrknox committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    92ea494 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85f681d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b306b3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3741c51 View commit details
    Browse the repository at this point in the history