sxemacs
2011-09-30 Nelson FerreiraCoverity fixes. Several CID's related to use of sprintf...
2011-09-29 Nelson FerreiraCID:241 SECURE_CODING
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:182 - RESOURCE_LEAK - memory not freed inside Prolo...
2011-09-18 Nelson FerreiraCID:192 RESOURCE_LEAK - new argv is not freed
2011-09-18 Nelson FerreiraCID:226 SECURE_CODING - risky use of strcpy
2011-09-18 Nelson FerreiraCID:226 - SECURE_CODING risky usage of strcpy
2011-09-18 Nelson FerreiraCID:228 SECURE_CODING - risky usage of strcat
2011-09-18 Nelson FerreiraFix last commit of CID:228 SECURE_CODING - risky usage...
2011-09-18 Nelson FerreiraCID:230 SECURE_CODING - risky use of strcpy
2011-09-18 Nelson FerreiraCID:232 SECURE_CODING - risky usage of strcpy
2011-09-18 Nelson FerreiraCID:241 SECURE_CODING - risky usage of sprintf
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 Nelson FerreiraCID:475 USE AFTER FREE
2011-09-17 Nelson FerreiraCID:179 RESOURCE LEAK - free string in odd case
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 FerreiraCID:174 RESOURCE LEAK - memory not freed
2011-09-17 Nelson FerreiraMerge branch 'master' of git.sxemacs.org/sxemacs
2011-09-17 Nelson FerreiraCID:377 STRING OVERFLOW - use strncpy to avoid possible...
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 Nelson FerreiraMerge http://git.sxemacs.org/sxemacs
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 a pointer to the local ures is not returned...
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 that the args array is initialized
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 stupid typo on previous fix, that broke build.
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 FerreiraAllocate and copy ures when it would be the return...
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 FerreiraGet rid of harmless warning about ignoring result of...
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
2011-09-14 Steve YoungsMerge branch 'merges'
2011-09-14 Nelson FerreiraFix potential usage of negative file handle CID:119
2011-09-14 Nelson FerreiraFix potential usage of negative file descriptor
2011-09-14 Nelson FerreiraFix potential usage of negative file handle
2011-09-14 Nelson FerreiraMake loop explicit in signal_if_x_error CID:61
2011-09-14 Nelson FerreiraShutup unchecked call return value (CID:13)
2011-09-14 Nelson FerreiraFix potential array overrun of static due to sign...
2011-09-14 Nelson FerreiraFix undefined order of eval in while condition.
2011-09-14 Nelson FerreiraFix potential stack/string overflow warning
2011-09-14 Nelson FerreiraFix potential stack overflow (via string overflow)
2011-09-14 Nelson FerreiraUse snprintf instead of sprint
2011-09-14 Nelson FerreiraFix strcpy from environment variable into fixed size...
2011-09-14 Nelson FerreiraFix unchecked strcpy from commandline argument into...
2011-09-14 Steve YoungsMerge branch 'merges'
2011-09-14 Nelson FerreiraFix the ent-mpc issues of Bug 126.
2011-09-14 Nelson FerreiraCheck the result of sxemacs_stat in Fwrite_region_inter...
next