static int warn_stop = 0;
static int connected = 0;
static int allow_ctl_c = 0;
-static char bare_prompt_str[512] = "";
+static char bare_prompt_str[514] = "";
static int bare_prompt_str_len = 0;
static char prompt_str[512] = "";
static char prompt_color[12] = {ESL_SEQ_DEFAULT_COLOR};
if (!ftdmchan->dtmfdbg.file) {
struct tm currtime;
time_t currsec;
- char dfile[1024];
+ char dfile[1138];
currsec = time(NULL);
{
ftdm_hash_iterator_t *i = NULL;
ftdm_dso_lib_t lib = NULL;
- char modpath[255] = { 0 };
+ char modpath[256] = { 0 };
/* stop signaling interfaces first as signaling depends on I/O and not the other way around */
for (i = hashtable_first(globals.module_hash); i; i = hashtable_next(i)) {