hdf5
hdf5 copied to clipboard
Official HDF5® Library Repository
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;...
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``` ###...
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...
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``` ###...
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...
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``` ###...
Corresponding changes to make error output for regression tests agnostic to thread setting.