Skip to content

Commit 3f8b07e

Browse files
GitHub capitalization
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 1e4fc5d commit 3f8b07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ Added Fortran wrapper `h5fdsubfiling_get_file_mapping_f()` for the subfiling fil
606606

607607
`Actual_len` + `H5C_IMAGE_EXTRA_SPACE`, which was used by `H5MM_realloc` as the size input, could equal 0 due to bad inputs. When `H5MM_realloc` was called, it freed image, but then could get sent to done before new_image could be assigned to image. Because the pointer for image wasn't null, it was freed again in done, causing a double-free vulnerability. `H5C__load_entry()` now checks for an image buffer length of 0 before calling `H5MM_realloc`.
608608

609-
Fixes Github issue [#5383](https://github.com/HDFGroup/hdf5/issues/5383)
609+
Fixes GitHub issue [#5383](https://github.com/HDFGroup/hdf5/issues/5383)
610610

611611
### Fixed security issue [CVE-2025-6857](https://nvd.nist.gov/vuln/detail/CVE-2025-6857)
612612

0 commit comments

Comments
 (0)