summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-08-02 19:51:08 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-08-02 19:51:08 (GMT)
commitdf099c726400d67b8be071d59108f3fc11a4d23d (patch)
tree758ddc9ebea908c3cb990acfeec73cf851a6ebd2 /release_docs
parentcd0e71d998898a29b0d8291497faad4c8ab979de (diff)
downloadhdf5-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.txt10
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.