Skip to content

Commit

Permalink
Added first argument to ADD_H5_TEST for HDFFV-10480 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler committed Mar 16, 2021
1 parent 9ae8bd2 commit b8a0f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/test/h5dump/CMakeTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1175,8 +1175,8 @@
ADD_H5_GREP_TEST (t128bit_float 1 "1.123456789012345" -m %.35Lf t128bit_float.h5)

# test to verify HDFFV-10480: out of bounds read in H5O_fill_new[old]_decode
ADD_H5_TEST (0 tCVE_2018_11206_fill_old.h5)
ADD_H5_TEST (0 tCVE_2018_11206_fill_new.h5)
ADD_H5_TEST (tCVE_2018_11206_fill_old 0 tCVE_2018_11206_fill_old.h5)
ADD_H5_TEST (tCVE_2018_11206_fill_new 0 tCVE_2018_11206_fill_new.h5)

##############################################################################
### P L U G I N T E S T S
Expand Down

0 comments on commit b8a0f9a

Please sign in to comment.