Skip to content

Commit 58cc0a3

Browse files
author
Glenn Song
committed
Remove additions to release_archive
1 parent 2f5a1ee commit 58cc0a3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

release_docs/release_archive.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -700,16 +700,6 @@ New Features
700700
library behavior, and the connector ID and information could not be read back
701701
from that plist later.
702702

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-
713703
Parallel Library:
714704
-----------------
715705
-

0 commit comments

Comments
 (0)