summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2016-07-11 18:19:35 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2016-07-11 18:19:35 (GMT)
commite1d50d498a0affbbd6e088b524fd495ea95dea88 (patch)
treee4397791c3dff3646a489accb3185c9473254e61 /release_docs/RELEASE.txt
parent2bee235cf9a31fb12856eabfadd90a27eb2bb200 (diff)
downloadhdf5-e1d50d498a0affbbd6e088b524fd495ea95dea88.zip
hdf5-e1d50d498a0affbbd6e088b524fd495ea95dea88.tar.gz
hdf5-e1d50d498a0affbbd6e088b524fd495ea95dea88.tar.bz2
[svn-r30166] Merge revision 30131 to 1.8 branch
Fix bug reported by Cisco Talos TALOS-CAN-0178. Added check for a message that should not be sharable being marked as sharable on disk, returns failure in this case. Needs testing. Tested: ummon (trunk) h5committest (1.8)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 87ddb04..f8bf5b0 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -255,6 +255,11 @@ Bug Fixes since HDF5-1.8.16
Library
-------
+ - Fixed a memory bug that could occur when a message was improperly marked
+ as sharable on disk.
+
+ (NAF, 2016/07/01, HDFFV-9950)
+
- Fixed some format string warnings that prevent compiling with
-Werror=format-security on gcc.