1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 30, 2024 — Nov 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use strncat instead of strcat, even in a paranoid fashion. CID:463 Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Make sure that mtp has the proper play state before entering the loop. CID:466 Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
More Coverity fixes from Nelson More... about 14 years ago
Fix stupid typo on previous fix, that broke build. Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Fix several FILE* leaks in ssl CID:193,194,195,196,197,198 Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Make implementation comment about issues with strlen of NULL pointers match the implementation Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Fix several invalid uses of negative returns on acessing an array due to ase_optable_index CID:87,88,109,110,111,114,115,116,117 Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Allocate and copy ures when it would be the return address. CID:200 Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Move variable path definition to avoid out-of-scope references to the memory location. CID:201 Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
CID:326,325 Use snprintf instead of sprintf. Although current sizes and formatting string are fine (since it is only integer printing), it won't hurt to limit the buffer. Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Use snprint instead of sprintf. One of the uses of this CID:342 was of valid concern. Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Use snprint even if there is no issue with given size... Actually reduced it, so that the stack is less likely to blow up. CID:343 Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Get rid of harmless warning about ignoring result of getc, while ignoring ESC ISO2022 sequences. CID:11 Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Avoid potential race condition and check only mtp as loop exit condition, which is updated at each switch condition that may change the state and also updated under lock.
njsf
as Nelson Ferreira
More... about 14 years ago
Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Merge branch 'merges' More... about 14 years ago
Avoid resource leaks in redisplay (runes mostly). CID:175,176,177,186,187,188,189,190,191 Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Enclosed the media stop status assignment inside the mutex zone. Also made sure any "derived" vars were updated CID:440,441,442 Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Use ssize_t for string length and return from read calls CID:130,131,132,133 Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Initialize the return object to Qnil CID:452 Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Check for NULL return from getenv on pdump_load. These are made with assert since it is so early there is no recovery possible or needed. CID:443
njsf
as Nelson Ferreira
More... about 14 years ago
Check for NULL return from getenv CID:444 Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Remove superfluous pointer check which seems to trigger CID:445 Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Merge branch 'merges' More... about 14 years ago
Fix potential usage of negative file handle CID:119
njsf
as Nelson Ferreira
More... about 14 years ago
Fix potential usage of negative file descriptor CID:120
njsf
as Nelson Ferreira
More... about 14 years ago
Fix potential usage of negative file handle CID:119 Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Make loop explicit in signal_if_x_error CID:61 Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Shutup unchecked call return value (CID:13) Signed-off-by: Nelson Ferreira <[email protected]>
njsf
as Nelson Ferreira
More... about 14 years ago
Fix potential array overrun of static due to sign bit expansion CID:141
njsf
as Nelson Ferreira
More... about 14 years ago