| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Description:
When a buffer overflow occurred because a name length was corrupted
and became very large, h5dump produced a segfault on one file and a
memcpy parameter overlap on another file. This commit added checks
that detect a read pass the end of the buffer to prevent these error
conditions.
Platforms tested:
Linux/64 (jelly)
|
|\
| |
| |
| |
| |
| | |
* commit '475120abfb493098e907fe40073260f48b35d15d':
Supply the appropriate file pointer to H5T_patch_vlen_file() without H5F_VOL_OBJ from develop branch.
Merge pull request #2693 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop
|
| |
| |
| |
| |
| |
| |
| |
| | |
~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop
* commit '3023b34272cc6ada84aebfa7441a6a55afa3621c':
Update MANIFEST. Add new test to Cmake.
Fix for jira issue HDFFV-11080: (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads
|
|/ |
|
|
|
|
|
|
| |
Add build folder as Include for generated files
Add install option for copying Fortran mod files to include folder
Add PRI defines to win32defs file
Exclude mingw from extra flags
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit 'c0702f601eb4e0b4116a7ed02999746c20420cad':
Change load path in libhdf5_java.dylib to unversioned libhdf5.dylib for junit tests on Macs.
Merge pull request #2667 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
Merge pull request #2670 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
|
| |
| |
| |
| |
| | |
* commit 'fc69de0e8ae30e80c1c3c542b156226a75444525':
Lib files needed are now copied to a subdirectory in the java/test directory, and on Macs the loader path for libhdf5.xxxs.so is changed in the temporary copy of libhdf5_java.dylib. Fix for HDFFV-11063
|
|/
|
|
|
|
|
|
|
|
|
| |
Description:
h52gif produced a segfault when a buffer overflow occurred because
the data size was corrupted and became very large. This commit added
a check on the data size against the buffer size to prevent the segfault.
It also added error reporting to h52gif to display an error message
instead of silently exiting when the failure occurred.
Platforms tested:
Linux/64 (jelly)
|
| |
|
| |
|
| |
|
|
|
|
| |
This was a manual cherry pick.
|
| |
|
| |
|
|
|
|
| |
Update version to 1.10.7-1
|
|
|
|
| |
Single source, config files, for warnings for both autotools and CMake.
Update CMake libraries, tools, tests to use correct flags.
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| | |
* commit '42106363903e7a7d4a0c2cd1b38aad9a54f2eeff':
Fixed configure issue when building HDF5 with NAG Fortran 7.0.
Fixed issue building HDF5 with NAG Fortran 7.0.
revert type cast
Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
|
| |
| |
| |
| |
| | |
HDF5 now accounts for the addition of half-precision floating-point
in NAG 7.0 with a KIND=16.
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
| |
repacking. The flag that checks the object reference attribute is not updated properly. The fix is trivial. Just need to move the flag update line into the inner loop. Tested at Jelly. Also update the release.txt.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Update version to 1.10.6-snap4
|
| |
|
|\
| |
| |
| |
| | |
* commit 'fb05ff4c4a392d38a45e79fe461bc690dea6f325':
Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertant linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
to hdf5_1_10
* commit '71c80267ba0db1c1b439d39e4bd7c27b82510c92':
Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertant linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
|
| | |
| | |
| | |
| | | |
linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '2ca63e3890ebdaee7dc835e5d995ff03a182940f':
Snapshot version 1.10 release 6 (snap2) Update version to 1.10.6-snap3
|
| |\ \
| | |/
| | |
| | | |
ssh://bitbucket.hdfgroup.org:7999/~hdftest/hdf5_hft into hdf5_1_10
|
| | |
| | |
| | |
| | | |
Update version to 1.10.6-snap3
|
|\ \ \
| | |/
| |/|
| | |
| | | |
* commit '406890277cbe92be1d68721a6fa115441ab1a726':
Fixed a bug where we incorrectly pass a lock struct to fcntl for file locking instead of a pointer. (HDFFV-10892)
|
| |/
| |
| |
| | |
for file locking instead of a pointer. (HDFFV-10892)
|
|/ |
|
|
|
|
|
|
|
| |
~VCHOI/my_third_fork:bugfix/HDFFV-10873-assertion-v-oh--nmesgs-failed to develop
* commit '021919206df7764f951037ae76ccae006b2eea99':
Fixed the assertion failure for HDFFV-10873.
|