Added first argument to ADD_H5_TEST for HDFFV-10480 fix.

This commit is contained in:
Binh-Minh Ribler 2021-03-16 01:31:48 -05:00
parent 9ae8bd29de
commit b8a0f9a9e8

View File

@ -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