Index: funcs/func_cut.c =================================================================== --- funcs/func_cut.c (revision 87295) +++ funcs/func_cut.c (working copy) @@ -251,7 +251,7 @@ static int acf_cut_exec(struct ast_channel *chan, char *cmd, char *data, char *buf, size_t len) { int ret = -1; - struct ast_module_user *u; + struct ast_module_user *u = NULL; if (chan) { ast_autoservice_start(chan); Index: funcs/func_realtime.c =================================================================== --- funcs/func_realtime.c (revision 87295) +++ funcs/func_realtime.c (working copy) @@ -103,7 +103,7 @@ static int function_realtime_write(struct ast_channel *chan, char *cmd, char *data, const char *value) { - struct ast_module_user *u; + struct ast_module_user *u = NULL; int res = 0; AST_DECLARE_APP_ARGS(args, AST_APP_ARG(family);