diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-09-28 04:34:38 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-09-28 04:34:38 (GMT) |
commit | a841ea35292de8097b429f98af48b29f21c97893 (patch) | |
tree | 8a400ec6e9c6b06e641a75f5cac82cee01fea751 /release_docs/RELEASE.txt | |
parent | 97dbe75dc17f28e7649d3e31f30019cdc156bafc (diff) | |
download | hdf5-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/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
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 |