summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-09-28 04:34:40 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-09-28 04:34:40 (GMT)
commitc6841592464be5559404d0b108e3eac2efdc9d33 (patch)
tree53a384b3cdbb0684a27ea36713a5e095155eb248 /release_docs/RELEASE.txt
parent80b6207322e7558b17be9a4e21712d78b84f785e (diff)
downloadhdf5-c6841592464be5559404d0b108e3eac2efdc9d33.zip
hdf5-c6841592464be5559404d0b108e3eac2efdc9d33.tar.gz
hdf5-c6841592464be5559404d0b108e3eac2efdc9d33.tar.bz2
[svn-r9328] Purpose:
Bug fix. Description: Fix off-by-one error in Core VFL driver which would cause spurious address or size overflow errors when an odd valued address or size was checked. Platforms tested: FreeBSD 4.10 (sleipnir) Linux 2.4 (heping) Solaris 2.7 (arabica)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0a7c6f7..4c11f62 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -62,8 +62,10 @@ Bug Fixes since HDF5-1.6.3 release
Library
-------
+ - Fixed address check in Core VFL driver to avoid spurious address/size
+ overflows for odd valued addresses and/or sizes. QAK - 2004/09/27
- Fixed problem where chunked datasets were not able to be deleted
- from a file under certain circumstances (QAK - 09/27/2004)
+ from a file under certain circumstances. QAK - 2004/09/27/
Configuration
-------------