unsigned int i;
ASN1BOOL aligned=TRUE;
int stat;
- Q931InformationElement *ie;
+ Q931InformationElement *ie=NULL;
/* OOCTXT *pctxt = &gH323ep.msgctxt; */
if(q931Msg ==NULL)
{
{
struct directory_item **block, *item;
int i, limit, res = 0;
- char buf[9];
+ char buf[7+12]; /* INT_MIN has a length of 12 chars */
/* option p(n): cellphone pause option */
select_item_pause(chan, flags, opts);
int skipuser, int max_logins, int silent)
{
int useadsi = 0, valid = 0, logretries = 0;
- char password[AST_MAX_EXTENSION], *passptr;
+ char password[AST_MAX_EXTENSION], *passptr = NULL;
struct ast_vm_user vmus, *vmu = NULL;
/* If ADSI is supported, setup login screen */
struct ast_format_cap *caps = NULL;
struct ast_format *fmt = NULL;
uuid_t uu;
- int fd;
+ int fd = -1;
AST_DECLARE_APP_ARGS(args,
AST_APP_ARG(destination);
AST_APP_ARG(idStr);
static int init_acf_query(struct ast_config *cfg, char *catg, struct acf_odbc_query **query)
{
const char *tmp;
- const char *tmp2;
+ const char *tmp2 = NULL;
int i;
if (!cfg || !catg) {