Network

 
AuthorCommitMessageCommit Date
Peter CaoPeter Cao
033c9f1f369[svn-r18150] Description: Fix Coverity issue #29: Protected cache_ptr dereferences with "if(pass)" block Tested on: Linux 2.4 (jam)
Neil FortnerNeil Fortner
54d052d2275[svn-r18149] Fix coverity item 96. Added code to H5FD_dxpl_open to free copied_driver_info in case of an error. Tested: Fedora
Neil FortnerNeil Fortner
ea81b2d439c[svn-r18148] Fix coverity item 97. Added code to H5FD_fapl_open to free copied_driver_info in case of an error. Tested: Fedora
Peter CaoPeter Cao
338046fa539[svn-r18147] Fixed coverity #81 and #82, Check for bad pointer(s), but can't issue error, just leave
Neil FortnerNeil Fortner
2fabab098b6[svn-r18146] Fix coverity item 109. Added code to H5Eget_major to free msg_str in case of an error. Tested: Fedora
Peter CaoPeter Cao
5b22ff7e971[svn-r18145] fixed coverity #18 removed "aligned", it is always NULL.
Neil FortnerNeil Fortner
16d8fd5454c[svn-r18144] Fix coverity item 110. Added code to H5Eget_minor to free msg_str in case of an error. Tested: Fedora
Peter CaoPeter Cao
22fd77fc839[svn-r18143] fixed issue 14, took away "if" and used #ifndef_xxx.
Neil FortnerNeil Fortner
3d1d6521829[svn-r18142] Fix coverity item 91. Added code to H5E_create_msg to free msg in case of an error. Tested: Fedora
Neil FortnerNeil Fortner
639ce424ad1[svn-r18141] Fix coverity item 92. Added code to H5E_register_class to free cls in case of an error. Tested: Fedora
Allen ByrneAllen Byrne
0b996b0c253[svn-r18140] 218: Initialized ret_value variable to -1. Because of throw Exception in default case of switch, the coverity problem would not have executed anyway. Good pratice is to initialize variables. Tested: local linux
Neil FortnerNeil Fortner
5247f1bc941[svn-r18139] Fix coverity item 58. Moved code related to displaying the parent of a repeated group to the else(isRoot) section, as the root group has no parent. Tested: Fedora
Allen ByrneAllen Byrne
a28cb3157ec[svn-r18138] 19: Moved code block for printing that the number of enums is empty to the error block. (Would never have been executed otherwise) Tested: local linux
Allen ByrneAllen Byrne
f2d6aad1366[svn-r18137] 219: Initialized hid_t to -1 and added close to error block. 189-191: Initialized line to NULL and added free line, and close fp to error block. Tested: local linux
John MainzerJohn Mainzer
834b047b99b[svn-r18128] Fixed coverity issue #10 -- removed dead code.
Allen ByrneAllen Byrne
dd0ccb1f54b[svn-r18123] Coverity #359-361, 373-376: Added HGOTO_DONE(FAIL) statement after checking allocation for NULL. Verified allocation is freed in done block.
Allen ByrneAllen Byrne
920b6d7237b[svn-r18122] Coverity #362,363 by adding HGOTO_DONE and freeing allocations. This also takes care of #357,358.
Quincey KoziolQuincey Koziol
60c8a8c2ce4[svn-r18118] Description: Fix Coverity issue #42: assert that cache & test specification pointer are valid. Tested on: Mac OS X/32 10.6.2 (amazon)
Larry KnoxLarry Knox
1f2a6a86c45[svn-r18117] Coverity #362,363 by adding HGOTO_DONE, freeing allocations and associated changes. REsolving coverity results #364-368, 369, 370-372, 377, 379, and 380.
Quincey KoziolQuincey Koziol
d8c0d03aace[svn-r18116] Description: Fix Coverity issue #43 by releasing cache on error. Tested on: Mac OS X/32 10.6.2 (amazon) w/debug
Mike McGreevyMike McGreevy
20e5648cffe[svn-r18115] Coverity #45 fix: patched an error check in H5Screate_simple to prevent future dereferencing of a NULL point. Added a verification in test/th5s.c. Tested on jam.
Quincey KoziolQuincey Koziol
8da5a17bb22[svn-r18113] Description: Fix Coverity issue #129 by releasing the cache on error. Tested on: Mac OS X/32 10.6.2 (amazon) debug
Quincey KoziolQuincey Koziol
be5492f502c[svn-r18112] Description: Fix Coverity issue #43 by making cache testing calls protected by 'pass' variable. Tested on: Mac OS X/32 10.6.2 (amazon)
Quincey KoziolQuincey Koziol
a9b53e4be1b[svn-r18111] Description: Fix Coverity issue #130: make certain that the cache gets freed on error. Tested on: Mac OS X/32 10.6.2 (amazon)
Quincey KoziolQuincey Koziol
832ab45cf1c[svn-r18108] Description: Revise fix for Coverity issue #27 to always set a valid return value. Tested on: Mac OS X/32 10.6.2 (amazon) w/debug
Jacob GruberJacob Gruber
171af55b461[svn-r22705] Updated the failure behavior of inner driver calls. Expanded the tests of the inner fapl. Other minor updates and fixes.
Neil FortnerNeil Fortner
833a180cc9d[svn-r22500] Minor fixes (mostly formatting) in the null_vfd branch. Tested: durandal
Jacob GruberJacob Gruber
cba54019b63M[svn-r22489] Merged with revision 22488. Fixed a typo.
Private HDFPrivate HDF
02a0bd53e89[svn-r22487] Snapshot version 1.9 release 122
Quincey KoziolQuincey Koziol
76c13682e4b[svn-r22486] Description: Fix typo with last change and reformat a little bit
Quincey KoziolQuincey Koziol
5f8d6d5bb53[svn-r22484] Description: Copy the file image test file from the source directory to the build directory, instead of trying to open the [in-memory] file R/W. Also, clean up a few other test files that were left lying around from other tests. Tested on: MacOSX/64 10.7.4 (amazon) w/debug Too minor to require h5committest
Elena PourmalElena Pourmal
24b1316f8b9[svn-r22482] Maintenance: - Fixed a typo in return value of the nh5dread_f_c function ( was 1 instead of 0 on success); fixed the return value to make it consistent with other Fortran functions; cleaned the code from debug statements. Platforms tested: jam with GNU and Intel compilers, fortran 2003 feature.
Allen ByrneAllen Byrne
b608652f7e6[svn-r22479] Remove subfolder tools from install command
Allen ByrneAllen Byrne
d0347999e6a[svn-r22477] Removed subfolder tools from install command, need to correct install template
Allen ByrneAllen Byrne
9b63d7d5131[svn-r22471] Add check for MINGW - ws2_32 library Tested: windows - mingw
Allen ByrneAllen Byrne
860fe3d4d78[svn-r22470] Allow MinGW checks for fseek and the like Tested: windows 32 mingw
Allen ByrneAllen Byrne
79b36622aac[svn-r22469] MinGW Flags need to use dash set WINSOCK2_H do not test for endianess Tested: windows 32 minGW
Allen ByrneAllen Byrne
603fc9dbe09[svn-r22464] Correct name used for POSIX flag
Allen ByrneAllen Byrne
7eb9d11fa23[svn-r22460] Update CPack assignments.
Raymond LuRaymond Lu
0a6b3c2d4b5[svn-r22458] I added an item in the known problem section for the data conversion problem on Mac Lion.
Allen ByrneAllen Byrne
c02719a4c81[svn-r22455] Add NOT WINDOWS blocking around VSNPRINTF works check.
Allen ByrneAllen Byrne
20d45c853d8[svn-r22453] Add missing property for resultcode of 1 to MEMCHECKER tests
Allen ByrneAllen Byrne
75f31948821[svn-r22450] Update winsock define to match autotools configure check
Private HDFPrivate HDF
d1b7eede73d[svn-r22448] Snapshot version 1.9 release 121
Allen ByrneAllen Byrne
dde94c349e8[svn-r22447] DAILYTEST-13: Remove check for vsnprintf works in config. Correct HAVE_WINSOCK name. Tested: windows
Allen ByrneAllen Byrne
0820bef83e2[svn-r22445] Add new test to CMake file Tested: local linux
Vailin ChoiVailin Choi
73db2056a31[svn-r22444] (1) fix for making MEM_GHEAP as MEM_DRAW (2) fix to extend into the aggregator based on threshold (3) fix for the "flavor" logging problem (4) fix for test failures due to the above fixes (5) bug fix for h5stat when h5stat against a non-existing file
Allen ByrneAllen Byrne
a6d41f7a75a[svn-r22441] Move some tests into NOT WINDOWS blocks
Allen ByrneAllen Byrne
a11a6d9b34f[svn-r22437] Correct Windows cmake config files Tested: windows
Quincey KoziolQuincey Koziol
65bf87c4a6e[svn-r22432] Description: Correct misspelled debugging #ifdef and remove unused variable. Tested on: Mac OS X/64 10.7.4 (amazon) w/serial (too minor to require h5committest)