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

Component - C Library
Component - Documentation
Component - Parallel
Component - Testing
Branch - 1.14

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

A heap-buffer-overflow occurs in the below program. This behavior occurs at line 149 in H5Odtype.c. ``` #include "hdf5.h" #include #include #include #include #include #include typedef uint8_t u8; typedef uint16_t u16;...

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

An allocation-size-too-big error occurs in the h5dump program when provided with a malformed input. This behavior occurs at line 1015 in H5Centry.c. ### How to trigger ```LD_PRELOAD=path-to/libhdf5.so h5dump poc``` ###...

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

A heap-buffer-overflow occurs in the h5dump program when provided with a malformed input. This behavior occurs at line 515 in H5Fio.c ### How to trigger ```LD_PRELOAD=path-to/libhdf5.so h5dump poc``` ### POC...

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

A StackOverflow error occurs in the h5dump program when provided with a malformed input. This behavior occurs at line 45 in vasprintf.c ### How to trigger ```LD_PRELOAD=path-to/libhdf5.so h5dump poc``` ###...

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

A segmentation fault occurs in the below program when provided with a malformed input. This behavior occurs at line 1070 in H5Oint.c ``` #include #include #include #include #include int main(int...

Priority - 0. Blocker ⛔
Component - C Library
Type - Bug
Branch - 1.14
Confirmed

An allocation-size-too-big error occurs in the h5dump program when provided with a malformed input. This behavior occurs at line 87 in H5MM.c ### How to trigger ```LD_PRELOAD=path-to/libhdf5.so h5dump poc``` ###...

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

Corresponding changes to make error output for regression tests agnostic to thread setting.

Priority - 3. Low 🔽
Component - C Library
Component - Tools
Type - Improvement

Priority - 3. Low 🔽
Component - C Library
Type - Improvement