HDFGroup / hdf5

Official HDF5® Library Repository
https://www.hdfgroup.org/
Other
607 stars 247 forks source link

Use of non-VOL functions where VOL functions should have been #4730

Closed bmribler closed 1 month ago

bmribler commented 2 months ago

This is a continuation of issue GH-4705.

Potentially affected files:

Part 1: This includes the replacement of both H5I_object and H5I_object_verify (PR #4745)
    H5A.c
    H5D.c
    H5Ddeprec.c
    H5VLint.c

Part 2: This includes the replacement of only H5I_object
    H5F.c
    H5Fdeprec.c
    H5Fmpi.c
    H5G.c
    H5L.c
    H5Ldeprec.c
    H5M.c
    H5O.c
    H5Odeprec.c
    H5T.c
    H5Tcommit.c
    H5Tdeprec.c
    H5Z.c
bmribler commented 1 month ago

Only partially fixed.