Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
e154f61e533MMerge pull request #2916 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit 'c678ea6f18b17c16838e4d40c18e588e28d0daf2': Add back file, remove py file Add options to github actions.
Allen ByrneAllen Byrne
c678ea6f18bAdd back file, remove py file
Allen ByrneAllen Byrne
a37d3896520Add options to github actions.
Allen ByrneAllen Byrne
9aa0ae6778bMMerge pull request #2913 in HDFFV/hdf5 from ~BYRN/hdf5_clang_format:hdf5_1_8 to hdf5_1_8 * commit '1ba1f2f3222cbe8df0bf601929a4bffd478d7e02': Source formatted
Allen ByrneAllen Byrne
1ba1f2f3222Source formatted
Allen ByrneAllen Byrne
8eef7d295ccMMerge pull request #2912 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '85744632f682fe380e0c036b146cd9a090b91bd4': remove stray file
Allen ByrneAllen Byrne
85744632f68remove stray file
Allen ByrneAllen Byrne
552b1903e3eMMerge pull request #2911 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '753adc730358861c489c1da7e4ccd018af6b351c': Merge clang-format changes from develop
Allen ByrneAllen Byrne
753adc73035Merge clang-format changes from develop
Larry KnoxLarry Knox
06e367c49b1MMerge pull request #2868 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_8 to hdf5_1_8 * commit '228b59b26e8475d6f61068d745562e84136bdf7d': Snapshot 1.8.22-snap10. Update version to 1.8.22-snap11.
Private HDFPrivate HDF
228b59b26e8Snapshot 1.8.22-snap10. Update version to 1.8.22-snap11.
Allen ByrneAllen Byrne
c22f271c39cMMerge pull request #2851 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit 'b09c17ab2eb1d98e769fe6058cfc388fdba5358c': MinGW uses "MinGW Makefiles" The version string has a second use for packaging
Allen ByrneAllen Byrne
b09c17ab2ebMinGW uses "MinGW Makefiles"
Allen ByrneAllen Byrne
67ceb170da4The version string has a second use for packaging
Larry KnoxLarry Knox
13b175a90efMMerge pull request #2829 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit 'a98ac83a613e04a6ddd61d4cdc08e9661e73aed6': Revert H5_VERS_SUBRELEASE check Add special case when H5_VERS_SUBRELEASE is 0 Add hypen to subrelease regex
Allen ByrneAllen Byrne
a98ac83a613Revert H5_VERS_SUBRELEASE check
Allen ByrneAllen Byrne
f9b6dca0001Add special case when H5_VERS_SUBRELEASE is 0
Allen ByrneAllen Byrne
4795ec49bbcAdd hypen to subrelease regex
Larry KnoxLarry Knox
ac51c7647e9MMerge pull request #2788 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8 * commit '4496516ceea24060b966b6b64f4affa2af48eab7': Remove unnecessary assignment freom configure.ac. Check for header szlib.h only when libsz passes AC_CHECK_LIB, so that H5_HAVE_SALIB_H is not defined when szip is not enabled, to prevent compile failures for incompatible szlib.
Larry KnoxLarry Knox
4496516ceeaRemove unnecessary assignment freom configure.ac.
Larry KnoxLarry Knox
57ea1006bf2Check for header szlib.h only when libsz passes AC_CHECK_LIB, so that H5_HAVE_SALIB_H is not defined when szip is not enabled, to prevent compile failures for incompatible szlib.
Allen ByrneAllen Byrne
781f480bf83MMerge pull request #2761 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '5da49be25864b432818c833b94c582b37d63b305': Remove extra parens
Allen ByrneAllen Byrne
5da49be2586Remove extra parens
Allen ByrneAllen Byrne
04633c970efMMerge pull request #2759 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '89df7cadf0d0fb79749ecfc791770d04e400af15': spelling HDFFV-11127 - force RTLD_LOCAL in dlopen
Allen ByrneAllen Byrne
89df7cadf0dspelling
Allen ByrneAllen Byrne
43b21e9bb68HDFFV-11127 - force RTLD_LOCAL in dlopen
Binh-Minh RiblerBinh-Minh Ribler
358b541b2efMMerge pull request #2729 in HDFFV/hdf5 from bmr-HDFFV-11120_18 to hdf5_1_8 Fix HDFFV-11120 and HDFFV-11121 (CVE-2018-13870 and CVE-2018-13869) * commit '4e68c37a16a59f1171e536eb4d05af8db094f1bd': Fixed typo Fix HDFFV-11120 and HDFFV-11121 (CVE-2018-13870 and CVE-2018-13869)
Binh-Minh RiblerBinh-Minh Ribler
4e68c37a16aFixed typo
Binh-Minh RiblerBinh-Minh Ribler
127fb757f81Fix HDFFV-11120 and HDFFV-11121 (CVE-2018-13870 and CVE-2018-13869) 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)
Vailin ChoiVailin Choi
ece92e9d8e3MMerge pull request #2713 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/18_fix_Makefile.in_HDFFV-11080 to hdf5_1_8 * commit 'cd2ac8fbc6ccbcd4cce8aa030a52334dda1ee025': Fix to the merge of PR #2708 for HDFFV-11080 to the 1.8 branch. Need to checkin test/Makefile.in for the new file added.
vchoivchoi
cd2ac8fbc6cFix to the merge of PR #2708 for HDFFV-11080 to the 1.8 branch. Need to checkin test/Makefile.in for the new file added.
Larry KnoxLarry Knox
0779c922dffMMerge pull request #2712 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8 * commit 'aad5c3ee4f54ae212ddcd42aa9026f18feb41559': Update hl/sr/H5LT files. Add bin/genparser to MANIFEST; remove bin/genltanalyze.
Larry KnoxLarry Knox
aad5c3ee4f5Update hl/sr/H5LT files. Add bin/genparser to MANIFEST; remove bin/genltanalyze.
Vailin ChoiVailin Choi
0a8408a3f91MMerge pull request #2708 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/18_HDFFV-11080-heap-use-after-free-by-the-call to hdf5_1_8 * commit '2d7a23887a6c5121b4dac858a50792a18087c5bf': Incorporate pull request #2693 from develop for the fix to 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 (3) Update MANIFEST (4) Add new test to Cmake
vchoivchoi
2d7a23887a6Incorporate pull request #2693 from develop for the fix to 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 (3) Update MANIFEST (4) Add new test to Cmake
Allen ByrneAllen Byrne
a5f61c36aeaMMerge pull request #2710 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '66590d58b9ee742f2c95fc2eb5952e8bd878f63b': Switch bison and flex update of LT files from bin/genltanalyse to bin/genparser, and from automatically updating the LT files whenever reconfigure is run to running only on man<F12>ual command. Merge from 1.10-1.12-dev - LT parse needs update
Larry KnoxLarry Knox
66590d58b9eSwitch bison and flex update of LT files from bin/genltanalyse to bin/genparser, and from automatically updating the LT files whenever reconfigure is run to running only on man<F12>ual command.
Allen ByrneAllen Byrne
31b28af54d4Merge from 1.10-1.12-dev - LT parse needs update
Larry KnoxLarry Knox
146e9811466MMerge pull request #2695 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8 * commit 'f443b3a806e446d295f07748cfb50ac991d668f1': Regenerate configure.
Larry KnoxLarry Knox
f443b3a806eRegenerate configure.
Larry KnoxLarry Knox
ecc8fa03157MMerge pull request #2689 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8 * commit '4c59f84eb8da1b9157b6a0988792b3b002a3ef82': Merge pull request #2686 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
Larry KnoxLarry Knox
4c59f84eb8dMerge pull request #2686 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop * commit '800f93f7c994f88dfa716746153ded4b1e690e3a': Remove path to szip header file from AM_CPPFLAGS when configure check of libsz fails. Fix for HDFFV-10830.
Private HDFPrivate HDF
d92c97031e8MMerge pull request #2688 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_8 to hdf5_1_8 * commit 'e1f78ebfa5033904e8bff0e18404c004ff0df585': Snapshot 1.8.22-snap9. Update version to 1.8.22-snap10.
Private HDFPrivate HDF
e1f78ebfa50Snapshot 1.8.22-snap9. Update version to 1.8.22-snap10.
Binh-Minh RiblerBinh-Minh Ribler
c0bb84d161aMMerge pull request #2676 in HDFFV/hdf5 from bmr_HDFFV-10591-18 to hdf5_1_8 Fixed HDFFV-10591 (CVE-2018-17435) * commit '55377dc855d1431991d996de13a52bf562a5f2fe': Fix HDFFV-10591
Binh-Minh RiblerBinh-Minh Ribler
55377dc855dFix HDFFV-10591 Description: h52gif produced a segfault when a buffer overflow occurred because the data size was corrupted and became very large. This commit added a check on the data size against the buffer size to prevent the segfault. It also added error reporting to h52gif to display an error message instead of silently exiting when the failure occurred. Platforms tested: Linux/64 (jelly)
Larry KnoxLarry Knox
6c615b88035MMerge pull request #2660 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8 * commit 'bd01a93f9c5c1eb21cdce129ca26c9f85bc19922': Fix MANIFEST
Larry KnoxLarry Knox
bd01a93f9c5MMerge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
Larry KnoxLarry Knox
51bdb1171e3MMerge pull request #2659 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8 * commit '8c0624de42addacffa4af09168cb1d9d4db7557c': Update configure and Makefile.ins after bin/reconfigure. Squashed commit of the following:
Dana RobinsonDana Robinson
9ed9cdeff31Fix MANIFEST