Index: apps/app_meetme.c =================================================================== --- apps/app_meetme.c (revision 292051) +++ apps/app_meetme.c (working copy) @@ -3468,8 +3468,8 @@ char eatime[19] = ""; char bookid[51] = ""; char recordingtmp[AST_MAX_EXTENSION] = ""; - char useropts[OPTIONS_LEN + 1]; /* Used for RealTime conferences */ - char adminopts[OPTIONS_LEN + 1]; + char useropts[OPTIONS_LEN + 1] = ""; /* Used for RealTime conferences */ + char adminopts[OPTIONS_LEN + 1] = ""; struct ast_tm tm, etm; struct timeval endtime = { .tv_sec = 0 }; const char *var2;