diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-08-25 08:30:32 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-08-25 08:30:32 (GMT) |
commit | 22d00ce23f0c39789d146e440d8b251b0c6b2268 (patch) | |
tree | 82a49a68d53bf1a3c1967c92fb5c9086e86b07bc /release_docs | |
parent | 0a965d2236a811f66ff42df732031a150e1020ac (diff) | |
download | hdf5-22d00ce23f0c39789d146e440d8b251b0c6b2268.zip hdf5-22d00ce23f0c39789d146e440d8b251b0c6b2268.tar.gz hdf5-22d00ce23f0c39789d146e440d8b251b0c6b2268.tar.bz2 |
[svn-r9155] Purpose:
Bug fix (sorta)
Description:
Change reading of "missing" chunks from datasets with undefined fill
values to not overwrite the application buffer with random garbage from
memory. Note that this is almost the same, since whatever garbage the
application had in those locations will still be there...
Platforms tested:
FreeBSD 4.10 (sleipnir)
IRIX64 6.5 (modi4)
h5committested
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 9f6ec10..888590c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -174,6 +174,9 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Changed H5Dread() to not overwrite data in an application's buffer + with garbage when accessing a chunked dataset with an undefined + fill value and an unwritten chunk is uncountered. QAK - 2004/08/25 - Fixed error which could cause a core dump when a type conversion routine was registered after a compound datatype had been converted and then an equivalment compound datatype was converted |