diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-09-04 21:22:29 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-09-04 21:22:29 (GMT) |
commit | efda170169f7d61ab076ed49125282203bbcaa90 (patch) | |
tree | 8aa49af63d3072f9ada198f2924d1a9fd3466adf /src/H5FD.c | |
parent | dc5a388f8d2093cb7f43d6d93c9f6fb055fde58a (diff) | |
download | hdf5-efda170169f7d61ab076ed49125282203bbcaa90.zip hdf5-efda170169f7d61ab076ed49125282203bbcaa90.tar.gz hdf5-efda170169f7d61ab076ed49125282203bbcaa90.tar.bz2 |
[svn-r4423] Purpose:
Thread-safety Bug Fixes
Description:
FreeBSD must use a different layout or mechanism for allocating objects on
the stack when compiling for thread-safe operation. Unused bits in 'long
double' variable are never used ('long double's on FreeBSD are stored in
12 bytes, but only use 10 bytes for computations), but set to different
values, causing the endianness permutation testing to generate incorrect
results and eventually fail an assertion.
Solution:
Clear the temporary variables used for determining the endianness permutation
with memset (affecting all 12 bytes) instead of just assigning a 0.0 to them
(affecting only 10 bytes)
Platforms tested:
FreeBSD 4.4 (hawkwind)
Diffstat (limited to 'src/H5FD.c')
0 files changed, 0 insertions, 0 deletions