summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2011-05-20 22:04:03 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2011-05-20 22:04:03 (GMT)
commit1d9307bd91d51e15e408a584b4c761cacf916b96 (patch)
treee9e1e7a3b5c0e627e28985917f2e6412f17384a9 /src/Makefile.in
parent3f11adaec28a55a5772d702752b433aa0289adaf (diff)
downloadhdf5-1d9307bd91d51e15e408a584b4c761cacf916b96.zip
hdf5-1d9307bd91d51e15e408a584b4c761cacf916b96.tar.gz
hdf5-1d9307bd91d51e15e408a584b4c761cacf916b96.tar.bz2
[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)
Diffstat (limited to 'src/Makefile.in')
0 files changed, 0 insertions, 0 deletions
value='core_8_0_5_synthetic'>core_8_0_5_synthetic Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* * Fixed [makeFile] and [viewFile] to accurately reflect a file'sdgp2002-07-015-45/+32
* unix root volume fixvincentdarley2002-06-271-1/+9
* empty path name error msgsvincentdarley2002-06-261-1/+133
* * unix/tclUnixTime.c: Make [clock format] respect locale settings.rmax2002-06-261-1/+3
* * Corrected suppression of -verbose skip and start by [test -output].dgp2002-06-261-14/+34
* typo fixesdgp2002-06-261-4/+4
* * Implementation of TIP 101. Adds and exports a [configure] commanddgp2002-06-252-29/+30
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-2221-78/+79
* tip99tip_99vincentdarley2002-06-211-6/+6
* tip99vincentdarley2002-06-214-79/+161
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-171-8/+397
* * win/tclWinPipe.c (BuildCommandLine): Fixed bug #554068 ([exec]andreas_kupries2002-06-171-1/+11
* * Revised locale initialization to interpretdgp2002-06-171-371/+512
* [Bug 569438] in the processing of dollar variablesMiguel Sofer2002-06-161-1/+10
* TIP#102 implementation: 'trace list' becomes 'trace info'dkf2002-06-141-27/+27
* new fCmd.test problems on Unixvincentdarley2002-06-131-12/+12
* vfs, winfs testsuitevincentdarley2002-06-133-33/+160
* Removed assumptions that [makeFile] creates files in the current dir.dkf2002-06-111-9/+9
* Duplicate test number...dkf2002-06-111-2/+2
* Fix for [info locals] bug #567386; added compile functions forMiguel Sofer2002-06-111-1/+3
* * More corrections to test suite so that testsdgp2002-06-071-10/+53
* speling ficksdgp2002-06-061-2/+2
* * Corrections to test suite so that testsdgp2002-06-061-1/+10
* * tests/io.test: Fixed up namespace variable resolution issuesdgp2002-06-062-71/+102
* * generic/tclFileName.c (TclGlob): mac specific fix todas2002-06-051-4/+4
* * Added more TIP 85 tests from Arjen Markus.dgp2002-06-052-363/+479
* * Implementation of TIP 85. Allows tcltestdgp2002-06-031-8/+111
* * Use the "stdio" constraint to control whetherdgp2002-05-312-12/+12
* glob fixesvincentdarley2002-05-301-3/+16
* added more string comparison checkshobbs2002-05-292-2/+26
* better qualified 9.1 constraint check for %shobbs2002-05-291-4/+7
* * tests/clock.test: added clock-9.1hobbs2002-05-291-1/+14
* * tests/winPipe.test: Applied patch for SF Tcl Bug #549617. Patchandreas_kupries2002-05-241-6/+6
* * Corrected some list-quoting issues anddgp2002-05-103-10/+10
* * Fixes to test suite when there's a spacedgp2002-05-081-2/+2
* * Fixes to test suite when there's a spacedgp2002-05-084-32/+35
* fix to bug 553320vincentdarley2002-05-073-14/+19
* Fix for bugs #549607 & #549610: testsuite failures for filenames with spaces.Miguel Sofer2002-05-072-7/+7
* fix to 551306vincentdarley2002-05-023-3/+38
* Added more thorough tests for handling of conversion to boolean.dkf2002-04-261-1/+13
* corrected constraint name for filename-12.1.4 to pcOnly from unixpcOnlyhobbs2002-04-221-2/+2
* list/string indexes don't destroy wide int rep [Bug #526717]dkf2002-04-191-1/+6
* [Bug 545325 ] info level didn't report namespace eval.Miguel Sofer2002-04-181-1/+6
* Fixed Bug #545644; [info body] always gives a proper string now!dkf2002-04-181-5/+13
* fix for [Bug #542588], where "too large integers" were reported asMiguel Sofer2002-04-181-1/+8
* * Revised to run tests in a namespace, rather thandgp2002-04-171-57/+72
* * Revised to run tests in a namespace, rather thandgp2002-04-161-330/+379
* * Parts of fileSystem.test require tcltest 2. Added appropriate checks.dgp2002-04-162-20/+45
* * Increased timeout values so that tests havedgp2002-04-15