summaryrefslogtreecommitdiffstats
path: root/tools/src/h5repack/h5repack_filters.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-5/+5
| | | | clean up warnings.
* Invalid position of declaration fixed.Allen Byrne2019-01-251-1/+2
|
* Fixed HDFFV-10586 and HDFFV-10588Binh-Minh Ribler2019-01-151-1/+2
| | | | | | | | | | | | | | | | | | Description: HDFFV-10586 CVE-2018-17434 Divide by zero inh5repack_filters Added a check for zero value HDFFV-10588 CVE-2018-17437 Memory leak in H5O_dtype_decode_helper This is actually an Invalid read issue. It was found that the attribute name length in an attribute message was corrupted, which caused the buffer pointer to be advanced too far and later caused an invalid read. Added a check to detect attribute name and its length mismatch. The fix is not perfect, but it'll reduce the chance of this issue when a name length is corrupted or the attribute name is corrupted. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
* HDFFV-10412 fix typoAllen Byrne2018-02-211-1/+1
|
* HDFFV-10412 moved check back into normal pathAllen Byrne2018-02-211-20/+20
|
* HDFFV-10393 fix incorrect search for name in h5repack object tableAllen Byrne2018-01-181-5/+7
|
* Minor warning fixesDana Robinson2017-11-151-2/+2
|
* HDFFV-10297 - Fix test errors - five remainingAllen Byrne2017-10-091-2/+26
|
* HDFFV-10297 - fix repack individual objectsAllen Byrne2017-10-061-126/+158
| | | includes H5Zfilter_avail() fix
* Update error handling to support ARGS and tools stackAllen Byrne2017-10-021-25/+27
|
* HDFFV-10276 Add UD flag option to h5repackAllen Byrne2017-09-071-1/+1
|
* HDFFV-10282 refactor out assert calls in toolsAllen Byrne2017-08-231-207/+161
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Split tools into src and test - add foldersAllen Byrne2016-10-271-0/+493