summaryrefslogtreecommitdiffstats
path: root/src/H5MMprivate.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-10-15 20:40:19 (GMT)
committerGitHub <noreply@github.com>2023-10-15 20:40:19 (GMT)
commit882bcd01b9c7caaa0ef2fe27e67bddc340f8855e (patch)
treecff4a657681dae0cdf341d146dd70c35b0d5ba4d /src/H5MMprivate.h
parentd5267f096e6575eb3f08dfb8638346eb87087797 (diff)
downloadhdf5-882bcd01b9c7caaa0ef2fe27e67bddc340f8855e.zip
hdf5-882bcd01b9c7caaa0ef2fe27e67bddc340f8855e.tar.gz
hdf5-882bcd01b9c7caaa0ef2fe27e67bddc340f8855e.tar.bz2
Fix a strncpy call to use dest size not src (#3677)
A strncpy call in a path construction call used the size of the src buffer instead of the dest buffer as the limit n. This was switched to use the dest size and properly terminate the string if truncation occurs.
Diffstat (limited to 'src/H5MMprivate.h')
0 files changed, 0 insertions, 0 deletions