hdf5/tools/lib
Quincey Koziol 164b4c7534 [svn-r24804] Description:
Brought changes from Coverity branch back to trunk, and cleaned up misc.
other warnings & formatting issues:

r20833:
Fixed Coverity 667 and 668 with real integer overflow tests this time.

r20834:
Use HDstrncpy and HDstrncat. --gh 

r20835:
Change to use strncpy - use base_len + 1 for line 156, use HDstrlen(path) + 1 for line 159

r20836:
Fixed coverity 585 by casting output of fgetc() to a char.

r20837:
Changed sprintf calls to snprintf with size 1 less than the allocated buffer to address coverity issue #967.

Tested on:
    Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & parallel
    (too minor to require h5committest)
2014-03-15 23:44:13 -05:00
..
CMakeLists.txt [svn-r24789] Bump up the minimum cmake version 2014-03-13 10:05:09 -05:00
h5diff_array.c [svn-r24224] HDFFV-8529: Space separate define strings 2013-09-30 11:52:03 -05:00
h5diff_attr.c
h5diff_dset.c
h5diff_util.c
h5diff.c [svn-r24804] Description: 2014-03-15 23:44:13 -05:00
h5diff.h
h5tools_dump.c
h5tools_dump.h
h5tools_error.h
h5tools_filters.c [svn-r24725] HDFFV-8629: h5repack will not attempt to remove UD filters. h5repack requires a check for UD filters that also must check if the filter can be dynamically loaded. This require a change in the library that checks for this. 2014-02-20 15:21:08 -05:00
h5tools_ref.c
h5tools_ref.h
h5tools_str.c [svn-r24285] Eliminate several "passing argument ... with different width due to prototype" warnings by casting constants to size_t where expected by string functions. 2013-10-10 16:57:04 -05:00
h5tools_str.h
h5tools_type.c
h5tools_utils.c
h5tools_utils.h
h5tools.c [svn-r24285] Eliminate several "passing argument ... with different width due to prototype" warnings by casting constants to size_t where expected by string functions. 2013-10-10 16:57:04 -05:00
h5tools.h [svn-r24224] HDFFV-8529: Space separate define strings 2013-09-30 11:52:03 -05:00
h5trav.c [svn-r24804] Description: 2014-03-15 23:44:13 -05:00
h5trav.h [svn-r24804] Description: 2014-03-15 23:44:13 -05:00
Makefile.am
Makefile.in [svn-r24194] Don't add hdf5 library dependencies to lib files when --disable-sharedlib-rpath configure option is invoked. Fix for HDFFV-8276. 2013-09-23 20:14:24 -05:00
ph5diff.h [svn-r24480] Description: 2013-11-30 13:10:36 -05:00