Skip to content

Commit

Permalink
Removing line and correcting spelling of occurred.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrknox committed Sep 25, 2023
1 parent 80acaba commit 4fe082e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Bug Fixes Since HDF5-1.10.10 Release
The fuzzed file "pov" was an HDF5 file containing an illegal continuation
message. When deserializing the object header chunks for the file, memory
was allocated for the array of continuation messages, but this memory was
never freed when an error ocurred.
never freed when an error occurred.

The allocated memory is now properly released.

Expand Down Expand Up @@ -324,7 +324,6 @@ Bug Fixes Since HDF5-1.10.10 Release
h5dump has the special argument, --no-compact-subset to allow the use of
‘[‘ and ‘]’ in dataset names. h5diff now has this option as well.


Fixes GitHub issue #2682


Expand Down

0 comments on commit 4fe082e

Please sign in to comment.