diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2016-07-01 15:31:44 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2016-07-01 15:31:44 (GMT) |
commit | bfae878d8f2f65bc5f22f0d4bb314f326278ba7b (patch) | |
tree | be8911f8043e17113428c44941b5036356952bf9 /release_docs | |
parent | 35e6928220ad9381b480f8e21e54027a9509fa36 (diff) | |
download | hdf5-bfae878d8f2f65bc5f22f0d4bb314f326278ba7b.zip hdf5-bfae878d8f2f65bc5f22f0d4bb314f326278ba7b.tar.gz hdf5-bfae878d8f2f65bc5f22f0d4bb314f326278ba7b.tar.bz2 |
[svn-r30131] 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
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index bf2504b..052ba31 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -526,6 +526,11 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - Fixed a memory bug that could occur when a message was improperly marked + as sharable on disk. + + (NAF, 2016/07/01, HDFFV-9950) + - Incorrect usage of list in CMake COMPILE_DEFINITIONS set_property The CMake command, set_property with COMPILE_DEFINITIONS property |