hdf5 icon indicating copy to clipboard operation
hdf5 copied to clipboard

Official HDF5® Library Repository

Results 263 hdf5 issues
Sort by recently updated
recently updated
newest added

Trying to write a dataset to file, dataset is of compound type which includes a variable length string. **Sample Code** ``` #include #include #include // NOTE: THIS CODE SEGFAULTS SO...

Priority - 2. Medium ⏹
Component - C++
Type - Bug
Type - Security

Monitoring the memory for the async vol test, test/async_test_serial_mdset.c, valgrind finds still allocated memory, even though H5ESclose is called. valgrind --leak-check=full --show-leak-kinds=all async_test_serial_mdset.exe ``` ==877== 8 bytes in 1 blocks...

Priority - 2. Medium ⏹
Component - C Library
Type - Bug
Type - Security

When I was testing h5_read_fuzzer with libfuzzer, I found a memory leak . The cause of this vulnerability is: H5F__accum_write calls H5FL_blk_malloc to apply for memory, and after a series...

Priority - 0. Blocker ⛔
Component - C Library
Type - Bug
Type - Security

While testing h5_extended_fuzzer with libfuzzer, I found a memory leak The reason for this vulnerability is: There is a direct leak that occurs when object creation is handled in the...

Priority - 0. Blocker ⛔
Component - C Library
Type - Bug
Type - Security

The tools library API has remained stable for quite some time, with additions as new features are available in the hdf5 library. Also the tools do interact with environment variables...

Priority - 1. High 🔼
Component - Tools
Type - Improvement

**Describe the bug** The CMake wrappers (h5*cc, h5*fc, etc.) lack the same script options as their auto tool equivalent. **Expected behavior** The Autotools h5* scripts support the following options: -c)...

Merge - To 1.14
Priority - 2. Medium ⏹
Component - Tools
Type - Task

**Is your feature request related to a problem? Please describe.** S3 objects are more commonly referenced as `s3://bucket_name/object_key`. ROS3 virtual file driver uses S3 object URLs instead in the form:...

Priority - 1. High 🔼
Component - Tools
Type - Improvement

**Describe the bug** A HDF5 compound type is constructed from a Fortran derived type, which contains static as well as allocatable components. Only the static components are included in the...

Priority - 1. High 🔼
Component - Fortran
Type - Bug

Does not turn parallel CI on in NVHPC, etc. - just the main yml files.

Merge - To 1.14
Priority - 1. High 🔼
Component - Testing
Type - Improvement

We are seeing sporadic test failures in the NVHPC CI action. The one I see is usually h5diff_172, though there may be others. These failures appear to be due to...

Priority - 0. Blocker ⛔
Component - Parallel
Component - Testing
Type - Bug