diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-08-02 19:51:08 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-08-02 19:51:08 (GMT) |
commit | df099c726400d67b8be071d59108f3fc11a4d23d (patch) | |
tree | 758ddc9ebea908c3cb990acfeec73cf851a6ebd2 /release_docs | |
parent | cd0e71d998898a29b0d8291497faad4c8ab979de (diff) | |
download | hdf5-df099c726400d67b8be071d59108f3fc11a4d23d.zip hdf5-df099c726400d67b8be071d59108f3fc11a4d23d.tar.gz hdf5-df099c726400d67b8be071d59108f3fc11a4d23d.tar.bz2 |
HDFFV-10256 correct len of string copy to the len of esc string
Merge from develop
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 994f232..39c978b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -120,6 +120,16 @@ Bug Fixes since HDF5-1.8.19 Tools ----- + - h5dump + + h5dump segfaulted on output of XML file. + + Function that escape'd strings used the full buffer length + instead of just the length of the replacement string in a + strncpy call. Using the correct length fixed the issue. + + (ADB - 2017/08/01, HDFFV-10256) + - h5diff h5diff segfaulted on compare of a NULL variable length string. |