summaryrefslogtreecommitdiffstats
path: root/test/dangle.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2009-09-25 18:09:06 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2009-09-25 18:09:06 (GMT)
commit260d1d3873cacd366ed062cb2b562fffd8825fbf (patch)
tree5ea1f9de5191254920f6a1d700490afcb5da7fcc /test/dangle.c
parentf1cf5ab7aa2aad3df6f77d93ef951c034ff723ba (diff)
downloadhdf5-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 'test/dangle.c')
0 files changed, 0 insertions, 0 deletions