diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-25 20:05:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-25 20:05:42 (GMT) |
commit | b987255ed0b7c3eca9c03676f5b130f4cf080a89 (patch) | |
tree | 628d41069d1623a99ba2ec444bcbf9a60864c35e /src/H5Ocont.c | |
parent | 90838ac388d79ef880a14878853c9c3750873984 (diff) | |
download | hdf5-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 'src/H5Ocont.c')
0 files changed, 0 insertions, 0 deletions