Skip to content

Commit 4bb788d

Browse files
committed
Fixed typos
1 parent fe12b05 commit 4bb788d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

release_docs/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -557,17 +557,17 @@ Added Fortran wrapper h5fdsubfiling_get_file_mapping_f() for the subfiling file
557557

558558
## Library
559559

560-
### Security issue CVE-2025-6818
560+
### Security issue CVE-2025-6817
561561

562-
A bad file caused H5C__load_entry() to attempt to allocate a very large buffer,
563-
resulting in a crash. This issue is indirectly fixed by PR #5710.
562+
A malformed file caused H5C__load_entry() to attempt to allocate a very large
563+
buffer, resulting in a crash. This issue is indirectly fixed by PR #5710.
564564

565565
Fixes GitHub issue #5572
566566

567567
### Security issue CVE-2025-6818
568568

569-
A bad file caused a heap-buffer-overflow in H5O__chunk_protect() and the issue is
570-
indirectly fixed by PR #5829.
569+
A malformed file caused a heap-buffer-overflow in H5O__chunk_protect() and
570+
the issue is indirectly fixed by PR #5829.
571571

572572
Fixes GitHub issue #5573
573573

0 commit comments

Comments
 (0)