Coverity fixes
[sxemacs] / src /
2011-10-01 Nelson FerreiraCoverity fixes
2011-10-01 Nelson FerreiraSecurity fixes.
2011-09-30 Nelson FerreiraCID:295 SECURE_CODING
2011-09-30 Nelson FerreiraSecurity fixes
2011-09-30 Nelson FerreiraCoverity fixes
2011-09-30 Nelson FerreiraCoverity fixes
2011-09-30 Nelson FerreiraCoverity fixes.
2011-09-30 Nelson FerreiraCoverity fixes
2011-09-30 Nelson FerreiraCoverity fixes. SECURE_CODING CI:302,301
2011-09-30 Nelson FerreiraCoverity fixes CID:330
2011-09-30 Nelson FerreiraCoverity fixes. SECURE_CODING CID:329
2011-09-30 Nelson FerreiraCoverity fixes. SECURE_CODING CID:339,338,337
2011-09-30 Nelson FerreiraCID:327 SECURE_CODING
2011-09-30 Nelson FerreiraCoverity fixes
2011-09-30 Nelson FerreiraCoverity fixes
2011-09-30 Nelson FerreiraCoverity fixes
2011-09-30 Nelson FerreiraSecure coding
2011-09-30 Nelson FerreiraCID:428 UNUSED_VALUE
2011-09-30 Nelson FerreiraCID:294 SECURE_CODING
2011-09-30 Nelson FerreiraCID:291 SECURE_CODING
2011-09-30 Nelson FerreiraNo CID yet...
2011-09-30 Nelson FerreiraCID:328 SECURE_CODING
2011-09-30 Nelson FerreiraCID:317
2011-09-30 Nelson FerreiraSmall type change
2011-09-30 Nelson FerreiraSECURE_CODING
2011-09-30 Nelson FerreiraSECURE_CODING
2011-09-30 Nelson FerreiraCID:336 SECURE_CODING
2011-09-30 Nelson FerreiraMisc coverity fixes (lost CID)
2011-09-30 Nelson FerreiraCID:57 FORWARD_NULL
2011-09-30 Nelson FerreiraFixup snprintf
2011-09-30 Nelson FerreiraCID:341 SECURE_CODING
2011-09-30 Nelson FerreiraCID:293 SECURE_CODING
2011-09-30 Nelson FerreiraCoverity related fixes.
2011-09-30 Nelson FerreiraCID:154 - Call result should be used...
2011-09-30 Nelson FerreiraCID:334
2011-09-30 Nelson FerreiraCoverity fixes. Several CID's related to use of sprintf...
2011-09-18 Steve YoungsCoverity fixes from Nelson
2011-09-18 Nelson FerreiraCID:122 - NEGATIVE_RETURNS - Possible use of negative...
2011-09-18 Nelson FerreiraCID:123 - NEGATIVE_RETURNS - Possible use of negative...
2011-09-18 Nelson FerreiraCID:124 NEGATIVE_RETURNS - Possible use of negative...
2011-09-18 Nelson FerreiraCID:125 - NEGATIVE RETURNS - Possible use of negative...
2011-09-18 Nelson FerreiraCID:135 - NULL RETURNS - Possible NULL pointer dereference
2011-09-18 Nelson FerreiraCID:192 RESOURCE_LEAK - new argv is not freed
2011-09-18 Nelson FerreiraCID:318 SECURE_CODING - risky usage of sprintf
2011-09-18 Nelson FerreiraCID:340 SECURE_CODING - risky usage of strcat
2011-09-18 Nelson FerreiraAdded sxe-utils.h with several utilities from lisp.h
2011-09-17 Steve YoungsCoverity fixes from Nelson
2011-09-17 Nelson FerreiraMerge http://git.nelsonferreira.com/sxemacs
2011-09-17 Nelson FerreiraSeveral fixes to dumper. CID:107,108,206
2011-09-17 Nelson FerreiraCID:61 INFINITE_LOOP - Let's make the "infinite" loop...
2011-09-17 Nelson FerreiraMerge branch 'master' of git.sxemacs.org/sxemacs
2011-09-17 Nelson FerreiraCID:190 RESOURCE_LEAK free the rune when not needed...
2011-09-17 Nelson FerreiraCID:170,172 PW.INCLUDE_RECURSION - Avoid recursive...
2011-09-17 Nelson FerreiraMerge branch 'master' of git.sxemacs.org/sxemacs
2011-09-17 Steve YoungsCoverity fixes from Nelson
2011-09-17 Nelson FerreiraCID:395 UNINIT - Fix uninitalized use of a member of...
2011-09-17 Steve YoungsCoverity fixes from Nelson
2011-09-17 Nelson FerreiraCID:456 FORWARD NULL - possible crash on dereference
2011-09-17 Nelson FerreiraCID:468 MISSING_LOCK
2011-09-17 Nelson FerreiraCID:469 PW.BAD_MACRO_REDEF
2011-09-17 Nelson FerreiraCID:469 PW.BAD_MACRO_REDEF
2011-09-17 Nelson FerreiraCID:462 RESOURCE LEAK
2011-09-16 Steve Youngsquick typo fix
2011-09-16 Steve YoungsQuick trivial one-char typo fix
2011-09-16 Steve YoungsCoverity fixes from Nelson
2011-09-16 Nelson FerreiraMerge http://git.sxemacs.org/sxemacs
2011-09-16 Nelson FerreiraAdd missing semi-color
2011-09-16 Nelson FerreiraFix stupid strncat usage mistake
2011-09-16 Nelson FerreiraMake sure to fclose the file on error
2011-09-16 Nelson FerreiraMake sure to use add.*_rune_noret when not interested...
2011-09-16 Nelson FerreiraMake sure dl.top_clip is initialized
2011-09-16 Nelson FerreiraAvoid doing decode_buffer twice when not doing clash
2011-09-16 Nelson FerreiraRemove unneeded initialization of command_builder pointer.
2011-09-16 Nelson FerreiraDo not assign the return of setlocale(LC_ALL,"C") to...
2011-09-16 Nelson FerreiraRemove unused value of eckey
2011-09-16 Nelson FerreiraMake sure that check and change of state is done on the
2011-09-16 Nelson Ferreiramake sure the optable_index cannot be negative, instead
2011-09-16 Nelson FerreiraMake sure avfc is not NULL before dereferencing
2011-09-16 Nelson FerreiraMake sure that avfc is non null before de-reference.
2011-09-16 Nelson FerreiraMake sure the pointers are valid before dereferencing
2011-09-16 Nelson FerreiraUse strncat instead of strcat, even in a paranoid fashion.
2011-09-16 Nelson FerreiraMake sure that mtp has the proper play state before...
2011-09-16 Steve YoungsMore Coverity fixes from Nelson
2011-09-16 Nelson FerreiraFix several FILE* leaks in ssl
2011-09-16 Nelson FerreiraMake implementation comment about issues with strlen of
2011-09-16 Nelson FerreiraFix several invalid uses of negative returns on acessin...
2011-09-16 Nelson FerreiraMove variable path definition to avoid out-of-scope...
2011-09-16 Nelson FerreiraCID:326,325
2011-09-16 Nelson FerreiraUse snprint instead of sprintf. One of the uses of
2011-09-16 Nelson FerreiraUse snprint even if there is no issue with given size...
2011-09-15 Nelson FerreiraAvoid potential race condition and check only mtp as...
2011-09-15 Nelson FerreiraSigned-off-by: Nelson Ferreira <nelson.ferreira@ieee...
2011-09-15 Steve YoungsMerge branch 'merges'
2011-09-15 Nelson FerreiraAvoid resource leaks in redisplay (runes mostly).
2011-09-15 Nelson FerreiraEnclosed the media stop status assignment inside the
2011-09-15 Nelson FerreiraUse ssize_t for string length and return from read...
2011-09-15 Nelson FerreiraInitialize the return object to Qnil
2011-09-15 Nelson FerreiraCheck for NULL return from getenv on pdump_load. These
2011-09-15 Nelson FerreiraCheck for NULL return from getenv
2011-09-15 Nelson FerreiraRemove superfluous pointer check which seems to trigger
next