summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/topaque.h5
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-07-18 14:35:43 (GMT)
committerGitHub <noreply@github.com>2022-07-18 14:35:43 (GMT)
commit079df9d216b61b38b0082a3c77472e1546d24ddb (patch)
tree68075e93fe68df4d440dc15f4952390e5e46373b /tools/testfiles/topaque.h5
parent08b797de73f0ff2ed8bfa3904b42064b26373e96 (diff)
downloadhdf5-079df9d216b61b38b0082a3c77472e1546d24ddb.zip
hdf5-079df9d216b61b38b0082a3c77472e1546d24ddb.tar.gz
hdf5-079df9d216b61b38b0082a3c77472e1546d24ddb.tar.bz2
Fixes a stack overflow in the h5dump test generator (#1903)
* Fixes a stack overflow in the h5dump test generator The opaque type size was declared to be the size of the "buffer of two opaque elements", causing a memcpy call in H5Dwrite to read outside the buffer, dumping garbage into the file. Note that this only affected the test generator and not h5dump itself. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'tools/testfiles/topaque.h5')
-rw-r--r--tools/testfiles/topaque.h5bin1744 -> 2248 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/tools/testfiles/topaque.h5 b/tools/testfiles/topaque.h5
index d56b594..d0b29c6 100644
--- a/tools/testfiles/topaque.h5
+++ b/tools/testfiles/topaque.h5
Binary files differ