hdf5/release_docs
Quincey Koziol 5e7ed206ea [svn-r4851] Purpose:
Bug Fix
Description:
    When file space was returned to the file space free-list for reuse,
    occasionally raw data allocations which used space from the free-list
    would overlap with the metadata accumulator and get over-written with
    the cached information in the accumulator, corrupting the data.
Solution:
    Check if the space about to be recycled on the free-list is going to be
    used for raw data and also overlaps with the metadata accumulator cache,
    avoiding using space that fits those criteria.

    This fixes bug #701

Platforms tested:
    FreeBSD 4.5 (sleipnir)
2002-01-23 16:28:24 -05:00
..
2001-07-05 11:36:40 -05:00
2001-12-21 16:25:18 -05:00
2001-07-18 16:08:59 -05:00
2001-08-14 12:07:07 -05:00
2001-07-05 11:36:40 -05:00
2001-07-05 11:36:40 -05:00
2001-09-21 10:12:52 -05:00
2002-01-23 16:28:24 -05:00