summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-10-18 04:54:40 (GMT)
committerGitHub <noreply@github.com>2023-10-18 04:54:40 (GMT)
commit95572568191492f0d79924a55ea10453095a20c1 (patch)
tree5d4848b3a883d7703fccb2b92f1caae8d0c0d37c /src
parentfc788559f7747eeefd152fc8c7844f45d3845300 (diff)
downloadhdf5-95572568191492f0d79924a55ea10453095a20c1.zip
hdf5-95572568191492f0d79924a55ea10453095a20c1.tar.gz
hdf5-95572568191492f0d79924a55ea10453095a20c1.tar.bz2
Sync changes that are only in 1.14 branch (#3704)
Diffstat (limited to 'src')
-rw-r--r--src/H5Olayout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Olayout.c b/src/H5Olayout.c
index a686ce4..1f2b686 100644
--- a/src/H5Olayout.c
+++ b/src/H5Olayout.c
@@ -591,6 +591,7 @@ H5O__layout_decode(H5F_t *f, H5O_t H5_ATTR_UNUSED *open_oh, unsigned H5_ATTR_UNU
/* Avoid zero-size allocation */
mesg->storage.u.virt.list = NULL;
}
+
mesg->storage.u.virt.list_nalloc = (size_t)tmp_hsize;
mesg->storage.u.virt.list_nused = (size_t)tmp_hsize;