mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
Remove dates and initials from RELEASE.txt entries (#2746)
This commit is contained in:
parent
afc2281bbf
commit
d5b9d52344
@ -161,7 +161,7 @@ Bug Fixes since HDF5-1.14.0 release
|
||||
This fix adds bounds checking and cleanup code to the object header
|
||||
continuation message processing.
|
||||
|
||||
(DER - 2023/04/13 GH-2604)
|
||||
Fixes GitHub issue #2604
|
||||
|
||||
- Fixed memory leaks, aborts, and overflows in H5O EFL decode
|
||||
|
||||
@ -172,7 +172,7 @@ Bug Fixes since HDF5-1.14.0 release
|
||||
This fix cleans up allocated memory, adds buffer bounds checks, and
|
||||
converts asserts to HDF5 error checking.
|
||||
|
||||
(DER - 2023/04/13 GH-2605)
|
||||
Fixes GitHub issue #2605
|
||||
|
||||
- Fixed potential heap buffer overflow in decoding of link info message
|
||||
|
||||
@ -181,7 +181,7 @@ Bug Fixes since HDF5-1.14.0 release
|
||||
checkings will remove the potential invalid read of any of these
|
||||
values that could be triggered by a malformed file.
|
||||
|
||||
(BMR - 2023/04/12 GH-2603)
|
||||
Fixes GitHub issue #2603
|
||||
|
||||
- Memory leak
|
||||
|
||||
@ -194,7 +194,7 @@ Bug Fixes since HDF5-1.14.0 release
|
||||
As error is encountered in loading the illegal message, the memory allocated for
|
||||
cont_msg_info->msgs needs to be freed.
|
||||
|
||||
(VC - 2023/04/11 GH-2599)
|
||||
Fixes GitHub issue #2599
|
||||
|
||||
- Fixed memory leaks that could occur when reading a dataset from a
|
||||
malformed file
|
||||
@ -204,7 +204,7 @@ Bug Fixes since HDF5-1.14.0 release
|
||||
information threw an error, which is due to the memory that was
|
||||
allocated for pline and efl not being properly cleaned up on error.
|
||||
|
||||
(GS - 2023/4/11 GH#2602)
|
||||
Fixes GitHub issue #2602
|
||||
|
||||
- Fixed potential heap buffer overrun in group info header decoding from malformed file
|
||||
|
||||
@ -213,7 +213,7 @@ Bug Fixes since HDF5-1.14.0 release
|
||||
|
||||
It now checks buffer size before each read to properly throw an error in these cases.
|
||||
|
||||
(ML - 2023/4/6, #2601)
|
||||
Fixes GitHub issue #2601
|
||||
|
||||
- Fixed potential buffer overrun issues in some object header decode routines
|
||||
|
||||
@ -221,8 +221,6 @@ Bug Fixes since HDF5-1.14.0 release
|
||||
ensure that memory buffers don't get overrun when decoding buffers read from
|
||||
a (possibly corrupted) HDF5 file.
|
||||
|
||||
(JTH - 2023/04/05)
|
||||
|
||||
- Fixed a heap buffer overflow that occurs when reading from
|
||||
a dataset with a compact layout within a malformed HDF5 file
|
||||
|
||||
@ -240,7 +238,7 @@ Bug Fixes since HDF5-1.14.0 release
|
||||
dataspace and datatype information). If the two sizes do not
|
||||
match, opening of the dataset will fail.
|
||||
|
||||
(JTH - 2023/04/04, GH-2606)
|
||||
Fixes GitHub issue #2606
|
||||
|
||||
- Fixed a memory corruption issue that can occur when reading
|
||||
from a dataset using a hyperslab selection in the file
|
||||
@ -254,8 +252,6 @@ Bug Fixes since HDF5-1.14.0 release
|
||||
being copied when projecting the point selection onto the
|
||||
hyperslab selection's dataspace.
|
||||
|
||||
(JTH - 2023/03/23)
|
||||
|
||||
- Fixed issues in the Subfiling VFD when using the SELECT_IOC_EVERY_NTH_RANK
|
||||
or SELECT_IOC_TOTAL I/O concentrator selection strategies
|
||||
|
||||
@ -274,8 +270,6 @@ Bug Fixes since HDF5-1.14.0 release
|
||||
Also added a regression test for these two I/O concentrator selection
|
||||
strategies to prevent future issues.
|
||||
|
||||
(JTH - 2023/03/15)
|
||||
|
||||
- Fix CVE-2021-37501 / GHSA-rfgw-5vq3-wrjf
|
||||
|
||||
Check for overflow when calculating on-disk attribute data size.
|
||||
@ -287,7 +281,7 @@ Bug Fixes since HDF5-1.14.0 release
|
||||
The test case was crafted in a way that the overflow caused the
|
||||
size to be 0.
|
||||
|
||||
(EFE - 2023/02/11 GH-2458)
|
||||
Fixes GitHub #2458
|
||||
|
||||
- Fixed an issue with collective metadata writes of global heap data
|
||||
|
||||
@ -302,7 +296,7 @@ Bug Fixes since HDF5-1.14.0 release
|
||||
to treat global heap metadata as raw data, as done elsewhere in the
|
||||
library.
|
||||
|
||||
(JTH - 2023/02/16, GH #2433)
|
||||
Fixes GitHub issue #2433
|
||||
|
||||
- Fixed buffer overflow error in image decoding function.
|
||||
|
||||
@ -314,7 +308,7 @@ Bug Fixes since HDF5-1.14.0 release
|
||||
|
||||
The error was fixed by inserting corresponding checks for buffer overflow.
|
||||
|
||||
(KE - 2023/02/07 GH #2432)
|
||||
Fixes GitHub issue #2432
|
||||
|
||||
|
||||
Java Library
|
||||
@ -340,7 +334,7 @@ Bug Fixes since HDF5-1.14.0 release
|
||||
that use HDF5 and try to use or parse information out of these files after
|
||||
deleting temporary HDF5 build directories.
|
||||
|
||||
(JTH - 2023/04/05 GH-2422, GH-2621)
|
||||
Fixes GitHub issue #2621
|
||||
|
||||
- Correct the CMake generated pkg-config file
|
||||
|
||||
@ -353,7 +347,7 @@ Bug Fixes since HDF5-1.14.0 release
|
||||
supported pkconfig files. Still recommend that the CMake config file method
|
||||
be used for building projects with CMake.
|
||||
|
||||
(ADB - 2023/02/16 GH-1546,GH-2259)
|
||||
Fixes GitHub issues #1546 and #2259
|
||||
|
||||
|
||||
Tools
|
||||
@ -363,7 +357,7 @@ Bug Fixes since HDF5-1.14.0 release
|
||||
|
||||
Replaced the H5TOOLS_GOTO_ERROR with just H5TOOLS_ERROR.
|
||||
|
||||
(ADB - 2023/04/06 GH-2598)
|
||||
Fixes GitHub issue #2598
|
||||
|
||||
|
||||
Performance
|
||||
|
Loading…
x
Reference in New Issue
Block a user