diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-10-15 20:40:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-15 20:40:19 (GMT) |
commit | 882bcd01b9c7caaa0ef2fe27e67bddc340f8855e (patch) | |
tree | cff4a657681dae0cdf341d146dd70c35b0d5ba4d /src/H5Zdevelop.h | |
parent | d5267f096e6575eb3f08dfb8638346eb87087797 (diff) | |
download | hdf5-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/H5Zdevelop.h')
0 files changed, 0 insertions, 0 deletions