Index: apps/app_directory.c =================================================================== --- apps/app_directory.c (revision 219653) +++ apps/app_directory.c (working copy) @@ -645,7 +645,7 @@ int res = 0, digit = 3; struct ast_config *cfg, *ucfg; const char *dirintro; - char *parse, *opts[OPT_ARG_ARRAY_SIZE]; + char *parse, *opts[OPT_ARG_ARRAY_SIZE] = { "", }; struct ast_flags flags = { 0 }; struct ast_flags config_flags = { 0 }; enum { FIRST, LAST, BOTH } which = LAST;