David Young
dc97b9a165
Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmr
2020-08-04 10:22:47 -05:00
Binh-Minh Ribler
cf4e78b3c9
Merge 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)
2020-07-28 19:08:19 -05:00
Dana Robinson
b201a78b33
Merge 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
2020-07-28 11:29:04 -05:00
Dana Robinson
91f5320ff0
Updates 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
2020-07-27 17:32:01 -07:00
Binh-Minh Ribler
88e458ac43
Fix 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)
2020-07-22 16:13:26 -05:00
Allen Byrne
bae8107621
Add release notes for tools
2020-07-20 10:26:17 -05:00
vchoi
4bc49d8b2b
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
2020-07-14 10:56:33 -05:00
Allen Byrne
07a52ecb2f
HDFFV-11116 Add option for install location of Fortran MOD files
2020-07-09 13:03:58 -05:00
Larry Knox
fc69de0e8a
Lib files needed are now copied to a subdirectory in the java/test
...
directory, and on Macs the loader path for libhdf5.xxxs.so is changed
in the temporary copy of libhdf5_java.dylib.
Fix for HDFFV-11063
2020-07-02 11:29:12 -05:00
Binh-Minh Ribler
7c006fd761
- added comment to explain a kluge
...
- added the associated entry to release notes
2020-06-29 14:16:35 -05:00
Binh-Minh Ribler
7d58d11507
Added note for HDFFV-10591.
2020-06-19 16:08:37 -05:00
Allen Byrne
71a0b376d1
OESS-65 fix packaging config files
2020-05-20 09:37:20 -05:00
Allen Byrne
9b21908223
Remove old szip line
2020-05-20 09:37:19 -05:00
Allen Byrne
7381bea1e8
OESS-65 add option to use AEC library in place of SZip
2020-05-20 09:37:19 -05:00
Quincey Koziol
d35daa45e9
Trim trailing whitespace
2020-05-20 09:37:19 -05:00
Jacob Smith
b11015c4cc
Add Splitter VFD to library.
...
* "Simultaneous and equivalent" Read-Write and Write-Only channels for
file I/O.
* Only supports drivers with the H5FD_FEAT_DEFAULT_VFD_COMPATIBLE flag for
now, preventing issues with multi-file drivers.
Add Mirror VFD to library.
* Write-only operations over a network.
* Uses TCP/IP sockets.
* Server and auxiliary server-shutdown programs provided in a new directory,
`utils/mirror_vfd`.
* Automated testing via loopback ("remote" of localhost).
2020-05-20 09:34:20 -05:00
Allen Byrne
e1db7ff410
Move intel warnings to subfolder, update autotools files
2020-05-20 09:31:57 -05:00
Allen Byrne
f94696a662
Corrected note
2020-05-20 09:31:57 -05:00
Allen Byrne
9cc06d671a
Update release note for CMake warnings
2020-05-20 09:31:57 -05:00
Allen Byrne
b4534374f7
TRILAB-192 add comparable clang flags
2020-05-20 09:31:57 -05:00
Allen Byrne
0a72a7bf6b
TRILAB-24 use CHECK_STRUCT_HAS_MEMBER
2020-05-20 09:31:56 -05:00
Allen Byrne
b373cd9a44
TRILAB-192 add release note
2020-05-20 09:31:56 -05:00
Dana Robinson
ce9ef0ba12
Fixed the RELEASE.txt note for HDFFV-11057
2020-05-20 09:31:56 -05:00
Dana Robinson
4cfafa10d5
Fix shutdown errors when using the HDF5_VOL_CONNECTOR environment
...
variable to set a dynamically loaded plugin as the default VOL
connector. Fixes HDFFV-11057
2020-05-20 09:31:56 -05:00
Allen Byrne
95c4222cd1
Update examples and fix old version references.
2020-05-20 09:31:55 -05:00
Allen Byrne
a549df80b3
Update Windows platforms
2020-05-20 09:31:55 -05:00
Allen Byrne
bc2e406f78
HDFFV-11036 add release note
2020-05-20 09:31:55 -05:00
Allen Byrne
60a4987f97
TRILAB-142 Change minimum CMake version to 3.12
2020-05-20 09:31:55 -05:00
M. Scot Breitenfeld
995c8126ae
Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size inh5fget_file_image_f.
...
HDFFV-11029
2020-05-20 09:31:55 -05:00
Allen Byrne
9f024afb2a
Update sanitizer note.
2020-05-20 09:31:54 -05:00
Muqun Yang
9c3fe9fe7c
HDFFV-11014, fix the h5repack issue that misses a few attributes during the repacking. The flag that checks the object reference attribute is not updated properly. The fix is trivial. Just need to move the flag update line into the inner loop. Tested at Jelly. Also update the release.txt.
2020-05-20 09:31:54 -05:00
Jordan Henderson
ecdaf09c11
Add RELEASE.txt note for token refactoring changes
2020-05-20 09:31:54 -05:00
Allen Byrne
55a2411851
HDFFV-11012 - add release note
2020-05-20 09:31:54 -05:00
Allen Byrne
e8e8ae8f58
HDFFV-10996 add release note
2020-05-20 09:31:54 -05:00
Dana Robinson
3290803120
Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""
...
This reverts commit 6486e06545 .
2020-05-20 09:31:52 -05:00
Dana Robinson
36647e79b9
Revert "Moved -Wunsuffixed-float-constants to the developer warnings."
...
This reverts commit 12bc75c617 .
2020-05-20 09:31:52 -05:00
Dana Robinson
40c5e67e41
Moved -Wunsuffixed-float-constants to the developer warnings.
2020-05-20 09:31:52 -05:00
Allen Byrne
d8e352ec4f
Note for common warnings files
2020-05-20 09:31:50 -05:00
Allen Byrne
6b106b2cab
HDFFV-11001 need to qualify all by parallel or serial types
2020-05-20 09:20:26 -05:00
Allen Byrne
234492f9e7
HDDFV-11001 add note
2020-05-20 09:20:26 -05:00
Allen Byrne
b98190628f
Added JIRA note
2020-05-20 09:20:26 -05:00
Allen Byrne
d486a9b27e
HDFFV-10980 - h5diff uses new ref APIs
2020-05-20 09:20:22 -05:00
Allen Byrne
e3f12a5a22
Add missing note
2020-05-20 09:20:21 -05:00
Dana Robinson
0e133ade90
Fixed bugs in pread/pwrite I/O in VFDs.
...
Fixes HDFFV-10945.
2020-05-20 09:20:21 -05:00
Allen Byrne
ba4eaeb660
Add release note for sanitizer support
2020-05-20 09:20:20 -05:00
Chris Hogan
e7895c4b3a
Update RELEASE.txt with performance improvements
2020-05-20 09:20:20 -05:00
Chris Hogan
c5a7afb7a0
Add RELEASE.txt entry for Jira 10934
2020-05-20 09:20:20 -05:00
Neil Fortner
79557814af
Add note to RELEASE.txt for H5Sselect_adjust.
2020-05-20 09:20:20 -05:00
Neil Fortner
9f77be02e5
Add RELEASE.txt note for H5Sselect_project_interesection
2020-05-20 09:20:20 -05:00
Neil Fortner
6d5169c1da
Add RELEASE.txt note for HVLget_file_type()
2020-05-20 09:20:20 -05:00