diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2009-09-25 18:09:06 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2009-09-25 18:09:06 (GMT) |
commit | 260d1d3873cacd366ed062cb2b562fffd8825fbf (patch) | |
tree | 5ea1f9de5191254920f6a1d700490afcb5da7fcc /tools | |
parent | f1cf5ab7aa2aad3df6f77d93ef951c034ff723ba (diff) | |
download | hdf5-260d1d3873cacd366ed062cb2b562fffd8825fbf.zip hdf5-260d1d3873cacd366ed062cb2b562fffd8825fbf.tar.gz hdf5-260d1d3873cacd366ed062cb2b562fffd8825fbf.tar.bz2 |
[svn-r17530] Purpose: Fix bug 1555
Description:
At several places in H5Pint.c properties were being compared using memcmp, not
using the registered "cmp" callback. This could cause memory checkers to
report uninitialized memory errors, and could conceivably cause runtime errors
if memcmp reported false equality (for example if a value pointed to by the
property changed).
The code has been changed to always use the cmp callback. Tests have been added that check this in all the places that previously used memcmp.
Tested: jam, linew, smirom (h5committest)
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions