Skip to content

Commit

Permalink
Update RELEASE.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins authored Mar 27, 2024
1 parent 79351e7 commit f59e0f3
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -693,12 +693,15 @@ Bug Fixes since HDF5-1.14.0 release

Library
-------
- Fixed a cache assert with too-large metadata objects
- Fixed a cache assert with very large metadata objects

If the library tries to load a metadata object that is above the
library's hard-coded limits, the size will trip an assert in debug
builds. In HDF5 1.14.4, this can happen if you create a very large
number of links in an old-style group that uses local heaps.
If the library tries to load a metadata object that is above a
certain size, this would trip an assert in debug builds. This could
happen if you create a very large number of links in an old-style
group that uses local heaps.

There is no need for this assert. The library's metadata cache
can handle large objects. The assert has been removed.

Fixes GitHub #3762

Expand Down

0 comments on commit f59e0f3

Please sign in to comment.