summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-25 20:05:42 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-25 20:05:42 (GMT)
commitb987255ed0b7c3eca9c03676f5b130f4cf080a89 (patch)
tree628d41069d1623a99ba2ec444bcbf9a60864c35e /aclocal.m4
parent90838ac388d79ef880a14878853c9c3750873984 (diff)
downloadhdf5-b987255ed0b7c3eca9c03676f5b130f4cf080a89.zip
hdf5-b987255ed0b7c3eca9c03676f5b130f4cf080a89.tar.gz
hdf5-b987255ed0b7c3eca9c03676f5b130f4cf080a89.tar.bz2
[svn-r7404] Purpose:
Bug fix Description: Correct problem with mis-aligned string pointers on certain architectures (i.e. on modi4) causing a core dump. The string pointers can be mis-aligned due to being part of a compound datatype and how our compound type conversion routines work. Solution: Allocate string with temporary variable and memcpy() the pointer to the new string into the type conversion buffer, instead of dereferencing the type conversion buffer directly. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
Diffstat (limited to 'aclocal.m4')
0 files changed, 0 insertions, 0 deletions