From 5832a70674339e4b524749adde5a181f8c3a446a Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Tue, 16 Mar 2021 00:05:43 -0500 Subject: [PATCH] Fixing arguments again. --- tools/test/h5dump/CMakeTests.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test/h5dump/CMakeTests.cmake b/tools/test/h5dump/CMakeTests.cmake index 587de9cbc9..9c3ed6b76a 100644 --- a/tools/test/h5dump/CMakeTests.cmake +++ b/tools/test/h5dump/CMakeTests.cmake @@ -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 tCVE_2018_11206_fill_old.h5) - ADD_H5_TEST (tCVE_2018_11206_fill_new 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