diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-08-08 22:12:21 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-08-08 22:12:21 (GMT) |
commit | f9e414bc751c50eee75bc7ec77690843c68c6f9a (patch) | |
tree | 7bc2e5f04da1cc1121b3bb580140e875de2fec9e /release_docs | |
parent | 5a7fcfa213dbd65e8745d842b229ad777deace94 (diff) | |
download | hdf5-f9e414bc751c50eee75bc7ec77690843c68c6f9a.zip hdf5-f9e414bc751c50eee75bc7ec77690843c68c6f9a.tar.gz hdf5-f9e414bc751c50eee75bc7ec77690843c68c6f9a.tar.bz2 |
[svn-r9054] Purpose:
Bug fix
Description:
Correct possible core dump when a datatype conversion function is
registered with the library after a compound datatype has been converted
(having it's type conversion information cached by the library). The compound
datatype must have been created by inserting the fields in non-increasing
offset order to see the bug.
Solution:
Re-sort the fields in the compound datatypes before recalculating the
cached information when performing the conversion on them.
Platforms tested:
FreeBSD 4.10 (sleipnir)
h5committested
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 22b677e..0c07438 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -108,6 +108,10 @@ Bug Fixes since HDF5-1.6.2 release Library ------- + - 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 + again. QAK - 2004/08/07 - Fixed memory overwrite when encoding "multi" file driver information for file's superblock. QAK - 2004/08/05 - Fixed obscure bug where a filter which failed during chunk allocation |