Files
hdf5/release_docs
Quincey Koziol 406492e3d2 [svn-r4853] 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:30:34 -05:00
..
2001-08-01 13:05:39 -05:00
2001-12-21 16:23:48 -05:00
2001-07-18 16:10:47 -05:00
2001-07-30 03:45:24 -05:00
2001-07-05 10:51:25 -05:00
2001-07-05 10:51:25 -05:00
2001-07-25 12:06:44 -05:00
2001-09-17 17:15:07 -05:00
2002-01-23 16:30:34 -05:00