summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-09-01 19:01:54 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-09-01 19:01:54 (GMT)
commitb52713068fd2fe2652f593105fb981e6d432aad2 (patch)
tree6ce81be05f7293ff2b511bbc083fc619d5593579 /release_docs/RELEASE.txt
parent880047eb6d25f48a6d9fa6701cad11cf003b1d8b (diff)
downloadhdf5-b52713068fd2fe2652f593105fb981e6d432aad2.zip
hdf5-b52713068fd2fe2652f593105fb981e6d432aad2.tar.gz
hdf5-b52713068fd2fe2652f593105fb981e6d432aad2.tar.bz2
[svn-r27659] HDFFV-9515: repack failed with 5 digit filter ids because a local variable in the parse routine was not large enough.
Tested: local linux and windows
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 713898b..497080b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -171,8 +171,13 @@ Bug Fixes since HDF5-1.8.15
Tools
-----
- -
- (XYZ - YYYY/MM/DD HDFFV-####)
+ - Fix h5repack with UD filters
+
+ h5repack would throw a buffer overrun exception on Windows when
+ parsing a UD filter id of 5 digits. A local variable in the parse
+ routine was not of sufficient size.
+
+ (ADB - 2015/09/01 HDFFV-9515)
Fortran API
------------