summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-09-28 04:34:38 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-09-28 04:34:38 (GMT)
commita841ea35292de8097b429f98af48b29f21c97893 (patch)
tree8a400ec6e9c6b06e641a75f5cac82cee01fea751 /release_docs
parent97dbe75dc17f28e7649d3e31f30019cdc156bafc (diff)
downloadhdf5-a841ea35292de8097b429f98af48b29f21c97893.zip
hdf5-a841ea35292de8097b429f98af48b29f21c97893.tar.gz
hdf5-a841ea35292de8097b429f98af48b29f21c97893.tar.bz2
[svn-r9327] 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')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f8252c9..9f6ed06 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -180,6 +180,8 @@ Bug Fixes since HDF5-1.6.0 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 parallel bug in which some processes attempted collective
I/O while others did independent I/O. Bug appeared when some
processes used point selections, and others didn't. JRM - 2004/9/15