Skip to content

Commit

Permalink
Add RELEASE.txt note for cmpd segfault fix (HDFGroup#4175)
Browse files Browse the repository at this point in the history
RELEASE notice for the fix in HDFGroup#3842
  • Loading branch information
mattjala authored and qkoziol committed Mar 19, 2024
1 parent a97708f commit 6f9df9f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,15 @@ Bug Fixes since HDF5-1.14.0 release

The overflow was found by OSS-Fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=58658

- Fixed a segfault when using a user-defined conversion function between compound datatypes

During type info initialization for compound datatype conversion, the library checked if the
datatypes are subsets of one another in order to perform special conversion handling.
This check uses information that is only defined if a library conversion function is in use.
The library now skips this check for user-defined conversion functions.

Fixes Github issue #3840

Java Library
------------
- Fixed switch case 'L' block missing a break statement.
Expand Down

0 comments on commit 6f9df9f

Please sign in to comment.