summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix HDFFV-11120 and HDFFV-11121 (CVE-2018-13870 and CVE-2018-13869)Binh-Minh Ribler2020-08-032-1/+29
| | | | | | | | | | | Description: When a buffer overflow occurred because a name length was corrupted and became very large, h5dump produced a segfault on one file and a memcpy parameter overlap on another file. This commit added checks that detect a read pass the end of the buffer to prevent these error conditions. Platforms tested: Linux/64 (jelly)
* Merge pull request #2724 in HDFFV/hdf5 from ↵Dana Robinson2020-08-0124-497/+947
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:1_10_normalization to hdf5_1_10 * commit 'bfe04875838d8c3baea58c3fbfb16d9ee88d3beb': Normalization and warning fixes from develop
| * Normalization and warning fixes from developDana Robinson2020-07-3124-497/+947
| |
* | Merge pull request #2719 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-07-3113-138/+127
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '24369a4ff14f873a63a1e77b7069078dac284098': Remove mingw from windows copy Additional warnings removed More warnings reduction Warnings reduction in tools
| * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-07-3118-453/+321
| |\ \ | |/ / |/| | | | | | | | * commit 'd17b3f53f87469fcab75baac99cdfb065186228a': Minor normalization with develop
* | | Merge pull request #2721 in HDFFV/hdf5 from ↵Dana Robinson2020-07-3118-453/+321
|\ \ \ | | |/ | |/| | | | | | | | | | | | | ~DEROBINS/hdf5_der:1_10_normalization to hdf5_1_10 * commit 'f977c4dfd0e5eb6f6e8527bdc9e48edebe500d78': Minor normalization with develop
| * | Merge branch 'hdf5_1_10' into 1_10_normalizationDana Robinson2020-07-30101-5903/+6280
| |\ \ | |/ / |/| |
| * | Minor normalization with developDana Robinson2020-07-2718-453/+321
| | |
| | * Remove mingw from windows copyAllen Byrne2020-07-311-3/+4
| | |
| | * Additional warnings removedAllen Byrne2020-07-302-2/+0
| | |
| | * More warnings reductionAllen Byrne2020-07-305-7/+4
| | |
| | * Warnings reduction in toolsAllen Byrne2020-07-308-126/+119
| |/ |/|
* | Merge pull request #2717 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-07-299-27/+27
|\ \ | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '5c4a6949c403afcaae484588a93063d37175e1a8': Correct reference file Correct h5diff test file names
| * | Correct reference fileAllen Byrne2020-07-291-2/+2
| | |
| * | Correct h5diff test file namesAllen Byrne2020-07-299-29/+29
|/ /
* | Merge pull request #2709 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-07-2987-5874/+6054
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '7ff2d27e5b268dd3576ce4fc87be69ae06118058': Add missing VFD open loop Merge changes from dev Merge from dev of tools changes
| * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-07-297-1/+198
| |\ \ | |/ / |/| | | | | | | | | | | * commit '475120abfb493098e907fe40073260f48b35d15d': Supply the appropriate file pointer to H5T_patch_vlen_file() without H5F_VOL_OBJ from develop branch. Merge pull request #2693 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop
* | | Merge pull request #2707 in HDFFV/hdf5 from ↵Vailin Choi2020-07-297-1/+198
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/110_HDFFV-11080-heap-use-after-free-by-the-call to hdf5_1_10 * commit 'bdc6edfc5ce07363faf79519389ef149a4094530': Supply the appropriate file pointer to H5T_patch_vlen_file() without H5F_VOL_OBJ from develop branch. Merge pull request #2693 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop
| * | | Supply the appropriate file pointer to H5T_patch_vlen_file() without ↵vchoi2020-07-211-1/+1
| | | | | | | | | | | | | | | | H5F_VOL_OBJ from develop branch.
| * | | Merge pull request #2693 in HDFFV/hdf5 from ↵Vailin Choi2020-07-217-1/+198
|/ / / | | | | | | | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop * commit '3023b34272cc6ada84aebfa7441a6a55afa3621c': Update MANIFEST. Add new test to Cmake. Fix for jira issue HDFFV-11080: (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads
| * | Add missing VFD open loopAllen Byrne2020-07-281-0/+29
| | |
| * | Merge changes from devAllen Byrne2020-07-282-8/+0
| | |
| * | Merge from dev of tools changesAllen Byrne2020-07-2286-5871/+6030
|/ /
* | Merge pull request #2705 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-07-217-14/+14
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '892ccb28fbf37b196dfea9043b09b1dae8e8d501': Examples DESTDIR and github action
| * | Examples DESTDIR and github actionAllen Byrne2020-07-217-14/+14
|/ /
* | Merge pull request #2704 in HDFFV/hdf5 from ↵Dana Robinson2020-07-2014-32/+522
|\ \ | |/ | | | | | | | | | | | | ~DEROBINS/hdf5_der:1_10_normalization to hdf5_1_10 * commit 'aecefbb2f5737890a27dcfd2ef20276d2ff88b2a': Corrected missing H5CS thread-safety change. Brought over thread-safety changes from develop.
| * Corrected missing H5CS thread-safety change.Dana Robinson2020-07-201-5/+1
| |
| * Brought over thread-safety changes from develop.Dana Robinson2020-07-2013-27/+521
|/
* Merge pull request #2702 in HDFFV/hdf5 from ↵Dana Robinson2020-07-2026-288/+213
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:1_10_normalization to hdf5_1_10 * commit '795a2e5058c6214df1777a073e6b058638377003': Normalization with develop.
| * Normalization with develop.Dana Robinson2020-07-2026-288/+213
| |
* | Merge pull request #2698 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-07-2011-11/+137
|\ \ | |/ |/| | | | | | | | | hdf5_1_10 * commit '8c9b3d240c0e89cb6f538ee9d567dfa0e7fff6c0': CMake updates:
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-07-1738-6149/+11237
| |\ | |/ |/| | | | | * commit '8b6cd7cfddf91308cf860f2da3d28e208fd89788': Merge of dataspace improvements from develop.
* | Merge pull request #2699 in HDFFV/hdf5 from ↵Dana Robinson2020-07-1738-6149/+11237
|\ \ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:hdf5_1_10_merge to hdf5_1_10 * commit '02762e8244741b9ff1f9203788e7237f53cf8d96': Merge of dataspace improvements from develop.
| * | Merge of dataspace improvements from develop.Dana Robinson2020-07-1638-6149/+11237
|/ /
| * CMake updates:Allen Byrne2020-07-1511-11/+137
|/ | | | | | Add build folder as Include for generated files Add install option for copying Fortran mod files to include folder Add PRI defines to win32defs file Exclude mingw from extra flags
* Merge pull request #2690 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2020-07-141-1/+4
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'fe18e4fd13bdc6433f46b8f35d6057acb306b824': Merge pull request #2686 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
| * Merge pull request #2686 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2020-07-131-1/+4
|/ | | | | * commit '800f93f7c994f88dfa716746153ded4b1e690e3a': Remove path to szip header file from AM_CPPFLAGS when configure check of libsz fails. Fix for HDFFV-10830.
* Merge pull request #2685 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5s_1_10 to ↵Dana Robinson2020-07-1015-770/+795
|\ | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '443aa9a38f59bf4148925a86c07cfe14bac9e888': Moved over the H5S_hyper_diminfo_t from develop. Moved hyperslab code to use the new H5S_diminfo_valid_t enum. H5S_hyper_adjust_s() optimization from develop. Fixed Duff's device fall through warnings in hyperslab code. H5F and H5FS normalization with develop. Minor renaming in H5S hyperslab code.
| * Moved over the H5S_hyper_diminfo_t from develop.Dana Robinson2020-07-103-114/+124
| | | | | | | | | | Also fixed the issue with the H5S_diminfo_valid_t enum from the last commit.
| * Moved hyperslab code to use the new H5S_diminfo_valid_t enum.Dana Robinson2020-07-103-33/+50
| |
| * H5S_hyper_adjust_s() optimization from develop.Dana Robinson2020-07-092-24/+35
| |
| * Fixed Duff's device fall through warnings in hyperslab code.Dana Robinson2020-07-091-9/+16
| |
| * H5F and H5FS normalization with develop.Dana Robinson2020-07-0910-580/+563
| |
| * Minor renaming in H5S hyperslab code.Dana Robinson2020-07-092-15/+12
| |
* | Merge pull request #2682 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5s_1_10 to ↵Dana Robinson2020-07-0933-1245/+1340
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '30c756decb6101704a925443d623301656ba60e4': Misc normalizations with develop. Added missing types to bin/trace after develop normalization. More normalization with H5S from develop. Continued normalization of H5S with develop. Normalization of H5MM and H5FL with develop. Adds the new stats calls. Further normalization of H5S with develop
| * Misc normalizations with develop.Dana Robinson2020-07-0914-540/+530
| |
| * Added missing types to bin/trace after develop normalization.Dana Robinson2020-07-091-0/+2
| |
| * More normalization with H5S from develop.Dana Robinson2020-07-093-121/+109
| |
| * Continued normalization of H5S with develop.Dana Robinson2020-07-0911-144/+136
| |
| * Normalization of H5MM and H5FL with develop. Adds the newDana Robinson2020-07-087-220/+445
| | | | | | | | stats calls.