3 Commits
Author SHA1 Message Date
Nayyar 10f1af5528 check object header message size after decoding its header (#6589) 2026-09-12 06:07:49 -05:00
6f70e3d276 validate free space section type during sinfo decode (#6476)
* validate free space section type during sinfo decode

* Update release_docs/CHANGELOG.md

---------

Co-authored-by: naruto-lgtm <naruto-lgtm@users.noreply.github.com>
Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
2026-07-14 20:45:04 -05:00
20f0b9564b reject SOHM list message count exceeding list_max (#6499)
* bound SOHM list decode to list_max messages

* Add tsohm test for out-of-range SOHM list message count

Create a file with a shared-message list index, corrupt the on-disk
message count so it exceeds list_max (repairing the table checksum),
and confirm reopening rejects the file instead of overrunning the
list image buffer and message array.

---------

Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org>
Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
2026-07-14 13:09:56 -05:00