summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-08-01 20:45:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-08-01 20:45:17 (GMT)
commitf4e9bc21fa3d3d678ca80083dbd412b34c3ab91b (patch)
treecc4266d97007948d790b2a12fe193650b88ce6a8 /release_docs
parente1a81b17e027a1f666b53131d6dd1782a3b9704b (diff)
downloadhdf5-f4e9bc21fa3d3d678ca80083dbd412b34c3ab91b.zip
hdf5-f4e9bc21fa3d3d678ca80083dbd412b34c3ab91b.tar.gz
hdf5-f4e9bc21fa3d3d678ca80083dbd412b34c3ab91b.tar.bz2
HDFFV-10256 add release note
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 cd29900..2dbe7e9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -147,6 +147,16 @@ Bug Fixes since HDF5-1.10.1 release
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.