Skip to content

Commit

Permalink
Revert "Changed arguments to ADD_H5_TEST"
Browse files Browse the repository at this point in the history
This reverts commit 1671982.
  • Loading branch information
bmribler committed Mar 16, 2021
1 parent a030e91 commit 9ae8bd2
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 (tCVE_2018_11206_fill_old 1 tCVE_2018_11206_fill_old.h5)
ADD_H5_TEST (tCVE_2018_11206_fill_new 1 tCVE_2018_11206_fill_new.h5)
ADD_H5_TEST (0 tCVE_2018_11206_fill_old.h5)
ADD_H5_TEST (0 tCVE_2018_11206_fill_new.h5)

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

0 comments on commit 9ae8bd2

Please sign in to comment.