We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5a1ee commit 58cc0a3Copy full SHA for 58cc0a3
release_docs/release_archive.txt
@@ -700,16 +700,6 @@ New Features
700
library behavior, and the connector ID and information could not be read back
701
from that plist later.
702
703
- - H5C__load_entry() now checks for an image buffer length of 0 before
704
- calling realloc
705
-
706
- A bug was occurring due to actual_len + H5C_IMAGE_EXTRA_SPACE being able to
707
- be 0 due to bad inputs. When realloc was called, it freed image, but got sent
708
- to done before new_image could be assigned to image. Because the pointer for
709
- image wasn't null, it is freed again in done, causing a double free bug.
710
711
- Fixes issue Github issue #5383
712
713
Parallel Library:
714
-----------------
715
0 commit comments