hdf5/perform
Quincey Koziol 1d9307bd91 [svn-r20885] Description:
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)
2011-05-20 17:04:03 -05:00
..
benchpar.c [svn-r18917] Description: 2010-05-27 15:27:13 -05:00
build_h5perf_alone.sh
build_h5perf_serial_alone.sh
chunk.c [svn-r16807] Purpose: Fix bug 1533 2009-04-20 14:12:19 -05:00
CMakeLists.txt [svn-r20312] Change incorrect use of "struct stat" to use "h5_stat_t". 2011-03-24 12:21:42 -05:00
COPYING
gen_report.pl
iopipe.c [svn-r20048] Description: 2011-02-04 21:41:22 -05:00
Makefile.am [svn-r20019] Bug 2019: h5perf or h5perf_serial is removed twice. Some systems like AIX do 2011-01-28 18:58:14 -05:00
Makefile.in [svn-r20504] Purpose: 2011-04-14 16:21:59 -05:00
mpi-perf.c
overhead.c [svn-r20885] Description: 2011-05-20 17:04:03 -05:00
perf_meta.c [svn-r18581] Changes made to allow building programs on windows machines. 2010-04-15 16:26:43 -05:00
perf.c
pio_engine.c [svn-r17716] Cosmetic change to use exit(EXIT_FAILURE) instead of exit(1). 2009-10-21 13:55:45 -05:00
pio_perf.c
pio_perf.h
pio_standalone.c
pio_standalone.h [svn-r19796] Bug 2091: remove all Metraowerks compiler code bracheted by __MWERKS__. 2010-11-16 16:40:04 -05:00
pio_timer.c
pio_timer.h
sio_engine.c [svn-r20048] Description: 2011-02-04 21:41:22 -05:00
sio_perf.c [svn-r16969] Updated perf_serial test to work on windows. 2009-05-21 10:40:03 -05:00
sio_perf.h [svn-r18759] pull r18757 from 1.8 branch 2010-05-11 15:10:25 -05:00
sio_standalone.c
sio_standalone.h [svn-r19796] Bug 2091: remove all Metraowerks compiler code bracheted by __MWERKS__. 2010-11-16 16:40:04 -05:00
sio_timer.c [svn-r16969] Updated perf_serial test to work on windows. 2009-05-21 10:40:03 -05:00
sio_timer.h [svn-r19823] BZ2013: Remove use of WIN32 defines. These two files were dependent on the winsock2.h header so changed WIN32 to H5_HAVE_WINSOCK_H. 2010-11-18 12:37:57 -05:00
zip_perf.c [svn-r20673] Eliminate memory buffer errors, 2011-04-28 17:10:22 -05:00