mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
1d9307bd91
Bring Coverity changes back to trunk: r20340: Address coverity issue 248. Set freed pointer to NULL if realloc fails, then check for NULL before attempting to close array of handles stored in memory addressed by pointer. r20341: Added initialization udata.path = NULL; udata.visited = NULL; to prevent unintialized use after done: label. Do C-style initialization AFTER all variable definitions. r20342: Fix valgrind error in H5DUMP-XML-tall.h5 r20343: Addressed Coverity issue 591 - check the return value of H5S_SELECT_ITER_RELEASE. r20344: Added initialization udata.path = NULL; to prevent uninitialized used after done: label r20347: Purpose: Fix memory leak in overhead.c Description: Fixed leak in test() in overhead.c where array "had" was never freed. r20348: Addressed Coverity issue 705 - added prototype for resize_configs_are_equal to cache_common.h. r20392: Purpose: Fix coverity issues 1677 and 1678 Description: Added return value checking for 4 funciton calls in H5tools_get_symlink_info(). r20394: Purpose: Fix coverity issues 1674 and 1675 Description: Modified H5Epush2() and H5E_printf_stack() to keep track of whether va_start() has been called, and to call va_end() at the end if so. r20395: Should be H5MM_calloc(count * sizeof(void*)). Fixed --gh r20396: Should be H5MM_calloc(count * sizeof(void*)). Fixed. --gh Tested on: Mac OSX/32 10.6.7 (amazon) w/debug & production (h5committested on branch) |
||
---|---|---|
.. | ||
benchpar.c | ||
build_h5perf_alone.sh | ||
build_h5perf_serial_alone.sh | ||
chunk.c | ||
CMakeLists.txt | ||
COPYING | ||
gen_report.pl | ||
iopipe.c | ||
Makefile.am | ||
Makefile.in | ||
mpi-perf.c | ||
overhead.c | ||
perf_meta.c | ||
perf.c | ||
pio_engine.c | ||
pio_perf.c | ||
pio_perf.h | ||
pio_standalone.c | ||
pio_standalone.h | ||
pio_timer.c | ||
pio_timer.h | ||
sio_engine.c | ||
sio_perf.c | ||
sio_perf.h | ||
sio_standalone.c | ||
sio_standalone.h | ||
sio_timer.c | ||
sio_timer.h | ||
zip_perf.c |