mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Coverity Report: Fix issues for error type UNINIT in Core supported modules
(issue ASTERISK-19652) Reported by: Matt Jordan Review: https://reviewboard.asterisk.org/r/1909/ ........ Merged revisions 366048 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 366049 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@366051 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -197,7 +197,7 @@ AST_APP_OPTIONS(cdr_func_options, { | ||||
| static int cdr_read(struct ast_channel *chan, const char *cmd, char *parse, | ||||
| 		    char *buf, size_t len) | ||||
| { | ||||
| 	char *ret; | ||||
| 	char *ret = NULL; | ||||
| 	struct ast_flags flags = { 0 }; | ||||
| 	struct ast_cdr *cdr; | ||||
| 	AST_DECLARE_APP_ARGS(args, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user