ecore con - fix buffer truncate warnign by a bigger buffer

This commit is contained in:
Carsten Haitzler 2018-11-08 12:48:01 +00:00
parent 64975b1e95
commit 95a538d1f8
1 changed files with 1 additions and 1 deletions

View File

@ -1807,7 +1807,7 @@ ecore_con_server_add(Ecore_Con_Type compl_type,
static void
_ecore_con_server_proxy_apply(Ecore_Con_Server *svr, const Ecore_Con_Socks *socks)
{
char str[4096], port[sizeof(":65536")] = "";
char str[4096], port[16] = "";
const char *protocol;
const char *user = "";
const char *userpass_sep = "";