Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
bd685b0e803Fixed missing parens in VFDs
Dana RobinsonDana Robinson
6e719925023Minor change to header comments in file locking C++ changes.
Dana RobinsonDana Robinson
bc1bed2c559Squash merge of file locking fixes
Jerome SoumagneJerome Soumagne
302dfeb11b4MMerge pull request #2715 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:fix_vlen_ref to develop * commit 'ef6db167a86e6c065d46963dbd75cd325fe83813': H5R: fix encoding of references that are part of compound types
Jerome SoumagneJerome Soumagne
ef6db167a86H5R: fix encoding of references that are part of compound types Add corresponding test and some debug information
Dana RobinsonDana Robinson
ee274b97f8eMMerge pull request #2738 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop * commit '91ca481ff152e7a6b0326fcdb59e506141d2d32a': Reverts H5FDsplitter.c changes so they don't conflict with Quincey's big cleanup patch Fixes -Wnull-dereference warnings around the cache logging calls Fixes -Wnull-dereference warning in hl/src/H5DS.c Adds -Wnull-dereference to the warnings we ignore in flex/bison generated code (that we have no control over). Fixes warnings in the splitter V...
Dana RobinsonDana Robinson
91ca481ff15Reverts H5FDsplitter.c changes so they don't conflict with Quincey's big cleanup patch
Dana RobinsonDana Robinson
bd6f3bcdabcFixes -Wnull-dereference warnings around the cache logging calls
Dana RobinsonDana Robinson
b1c78579da2Fixes -Wnull-dereference warning in hl/src/H5DS.c
Dana RobinsonDana Robinson
e327843f7afAdds -Wnull-dereference to the warnings we ignore in flex/bison generated code (that we have no control over).
Dana RobinsonDana Robinson
8e7f3e38a7aFixes warnings in the splitter VFD and tests
Dana RobinsonDana Robinson
482ade4657cMMerge pull request #2737 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop * commit '65e92e1d56dd2e04ebe7b7713fee9e9e38cd8849': Warning fixes in tools and h5test.c
Dana RobinsonDana Robinson
65e92e1d56dWarning fixes in tools and h5test.c
Dana RobinsonDana Robinson
f59bb712decMMerge pull request #2733 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop * commit 'be02566f49f953bc80c5b5018871138e201ea633': Fixes indenting in tools test scripts
Dana RobinsonDana Robinson
be02566f49fFixes indenting in tools test scripts
Dana RobinsonDana Robinson
33c0016eb63MMerge pull request #2727 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop * commit 'b9de162eae800a9459f0f1f07d2b043f73f8a907': Minor normalizations with 1.12 branch Fixed bad parens in H5trace.c
Dana RobinsonDana Robinson
b9de162eae8Minor normalizations with 1.12 branch
Dana RobinsonDana Robinson
4486905131bMMerge branch 'develop' into develop_minor
Dana RobinsonDana Robinson
66ce984dee9MMerge pull request #2723 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop * commit '08dca47475f41e93348cf0c2ea708e787c232014': Minor normalizations with hdf5_1_10
Allen ByrneAllen Byrne
5007f822250MMerge pull request #2722 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'fc57490e02835ddfce644135e93e893f77b379d3': Mingw copy disabled
Allen ByrneAllen Byrne
fc57490e028Mingw copy disabled
Dana RobinsonDana Robinson
64ffb37ff6eFixed bad parens in H5trace.c
Dana RobinsonDana Robinson
08dca47475fMinor normalizations with hdf5_1_10
Dana RobinsonDana Robinson
50f404c8871MMerge pull request #2720 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop * commit 'c8ba30d965f0342e5725a11cb562dfb22c8a8d24': Minor normalization with 1.10 branch
Dana RobinsonDana Robinson
c8ba30d965fMMerge branch 'develop' into develop_minor
Allen ByrneAllen Byrne
88aa0d5c765MMerge pull request #2718 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'ff4a9d0ec2e85cf15f769006e92e756a79869ab8': Warnings reduction in tools
Allen ByrneAllen Byrne
ff4a9d0ec2eWarnings reduction in tools
Allen ByrneAllen Byrne
2ece66e9998MMerge pull request #2716 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '6a1cf090c6a2f970084c714a2f75a31d68a0a6a8': Correct reference file Correct h5diff filenames
Allen ByrneAllen Byrne
6a1cf090c6aCorrect reference file
Allen ByrneAllen Byrne
1f7fa50137aCorrect h5diff filenames
Binh-Minh RiblerBinh-Minh Ribler
cf4e78b3c9dMMerge pull request #2711 in HDFFV/hdf5 from bmr-HDFFV-11120 to develop Fix HDFFV-11120 and HDFFV-11121 (CVE-2018-13870 and CVE-2018-13869) * commit '707e30c6be1954c0027374124207e46caae68cbc': Fixed typos in error messages. Fix HDFFV-11120 and HDFFV-11121 (CVE-2018-13870 and CVE-2018-13869)
Binh-Minh RiblerBinh-Minh Ribler
707e30c6be1Fixed typos in error messages.
Binh-Minh RiblerBinh-Minh Ribler
303be6d7de5MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into bmr-HDFFV-11120
Binh-Minh RiblerBinh-Minh Ribler
88e458ac435Fix 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) SunOS 5.11 (emu)
Dana RobinsonDana Robinson
b201a78b33bMMerge pull request #2714 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5s_set_extent_none to develop * commit 'e4603ff8a171e82de6373ba6eddcf59d5eeab5aa': Updated the Java tests to deal with H5Sset_extent_none changes Fixed additional typos in tselect.c comments. Fixes typo in tselect.c Updates H5Sset_extent_none() to set H5S_NULL
Dana RobinsonDana Robinson
e4603ff8a17Updated the Java tests to deal with H5Sset_extent_none changes
Dana RobinsonDana Robinson
c78326eb92dFixed additional typos in tselect.c comments.
Dana RobinsonDana Robinson
dbba42c306aFixes typo in tselect.c
Dana RobinsonDana Robinson
91f5320ff0eUpdates H5Sset_extent_none() to set H5S_NULL The API call used to set the internal H5S_NO_CLASS value which produced errors when such a dataspace was passed to many other API calls. Fixes HDFFV-11027
Allen ByrneAllen Byrne
10e59f6ba4fMMerge pull request #2697 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '5857bb817019b8513f796c9564de3f1845f9a44a': Only one line needed to compare Revert err file revert error-stack enable Add release notes for tools add test file ext Correct file name in test Tools refactor
Allen ByrneAllen Byrne
5857bb81701Only one line needed to compare
Allen ByrneAllen Byrne
799f2891c2bRevert err file
Allen ByrneAllen Byrne
e0b86594c25revert error-stack enable
Allen ByrneAllen Byrne
c0bc9d0e600MMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit '74e09473c825610d203565e5ed9deb156256d6ea': Minor normalization with 1.10.
Allen ByrneAllen Byrne
bae81076214Add release notes for tools
Allen ByrneAllen Byrne
a498b4ee791MMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit '9d3ea366d4bf3278e8260f4d5cdcc88cb4b61c56': 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
Allen ByrneAllen Byrne
a2f2887675cadd test file ext
Allen ByrneAllen Byrne
93c3d7b2f33MMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit 'e36047b9b9839d1fd0b4009b7066b8b50b95bc6d': Minor normalization with 1.10
Allen ByrneAllen Byrne
247e2dc5464MMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit '58d37c2295044ad1a201d6671cdd67ae380b84f8': H5R: fix type conversion of references within vlen type
Allen ByrneAllen Byrne
e5145030a4aCorrect file name in test