summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/topaque.h5
Commit message (Collapse)AuthorAgeFilesLines
* Fixes a stack overflow in the h5dump test generator (#1903)Dana Robinson2022-07-181-0/+0
| | | | | | | | | | | | | * 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>
* [svn-r15458] Purpose: Modify the library to take the proper action when ↵inactive/jpeg_converterNeil Fortner2008-08-111-0/+0
| | | | | | | | | | | | | | files with incorrect datatype versions are encountered. Description: The library now recognizes some problems with datatype versions in H5O_decode_helper(), and, if not performing strict format checks, automatically corrects them. Framework added for other message decode routines to automatically correct file errors. Datatype version information added to h5debug. Tested: kagiso, smirom, linew (h5committest)
* [svn-r2215] the new opaque file. has a 2d array. the first array is from ↵Patrick Lu2000-05-041-0/+0
0-99 and the is from 99-0.