mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-05 15:42:32 +08:00
This commit is contained in:
parent
755dd4ea37
commit
b155ec5b10
@ -292,6 +292,16 @@ Bug Fixes since HDF5-1.14.0 release
|
||||
===================================
|
||||
Library
|
||||
-------
|
||||
- Fixed performance regression with some compound type conversions
|
||||
33
|
||||
In-place type conversion was introduced for most use cases in 1.14.2.
|
||||
While being able to use the read buffer for type conversion potentially
|
||||
improves performance by performing the entire I/O at once, it also
|
||||
disables the optimized compound type conversion used when the destination
|
||||
is a subset of the source. Disabled in-place type conversion when using
|
||||
this optimized conversion and there is no benefit in terms of the I/O
|
||||
size.
|
||||
|
||||
- Fixed an assertion in a previous fix for CVE-2016-4332
|
||||
|
||||
An assert could fail when processing corrupt files that have invalid
|
||||
|
Loading…
Reference in New Issue
Block a user