summaryrefslogtreecommitdiffstats
path: root/src/H5Spoint.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-04-14 22:17:24 (GMT)
committerGitHub <noreply@github.com>2023-04-14 22:17:24 (GMT)
commitf9c16de8a7f50afd6f5ef14df68074552388dae6 (patch)
tree6a1277c0ddfcda8f2ac09c26cc5889fda4fd8b25 /src/H5Spoint.c
parent88257af73ddb814665f077d840c19dd928c5f440 (diff)
downloadhdf5-f9c16de8a7f50afd6f5ef14df68074552388dae6.zip
hdf5-f9c16de8a7f50afd6f5ef14df68074552388dae6.tar.gz
hdf5-f9c16de8a7f50afd6f5ef14df68074552388dae6.tar.bz2
Fix memory leaks when processing OH cont messages (#2723)
Malformed object header continuation messages can result in a too-small buffer being passed to the decode function, which could lead to reading past the end of the buffer. Additionally, errors in processing these malformed messages can lead to allocated memory not being cleaned up. This fix adds bounds checking and cleanup code to the object header continuation message processing. Fixes #2604
Diffstat (limited to 'src/H5Spoint.c')
0 files changed, 0 insertions, 0 deletions