Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates
hdf5
Fix-error-message-not-the-name-but-the-link-inf...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Fix-error-message-not-the-name-but-the-link-information-is-parsed.patch of Package hdf5
From: Egbert Eich <eich@suse.com> Date: Sun Oct 9 08:08:24 2022 +0200 Subject: Fix error message: not the name but the link information is parsed Patch-mainline: Not yet Git-repo: ssh://eich@192.168.122.1:/home/eich/sources/HPC/hdf5 Git-commit: 7b0b8bc5703ace47aec51d7f60c1149cd3e383b1 References: Signed-off-by: Egbert Eich <eich@suse.com> Signed-off-by: Egbert Eich <eich@suse.de> --- src/H5Olink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: hdf5-1.12.3/src/H5Olink.c =================================================================== --- hdf5-1.12.3.orig/src/H5Olink.c +++ hdf5-1.12.3/src/H5Olink.c @@ -244,7 +244,7 @@ H5O__link_decode(H5F_t *f, H5O_t H5_ATTR /* Make sure that length doesn't exceed buffer size, which could occur when the file is corrupted */ if (p + len > p_end) - HGOTO_ERROR(H5E_OHDR, H5E_OVERFLOW, NULL, "name length causes read past end of buffer") + HGOTO_ERROR(H5E_OHDR, H5E_OVERFLOW, NULL, "link information length causes read past end of buffer") if (NULL == (lnk->u.ud.udata = H5MM_malloc((size_t)len))) HGOTO_ERROR(H5E_RESOURCE, H5E_NOSPACE, NULL, "memory allocation failed")
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor