lets just make buf 4096 to ensure it can hold enough of a nutty path

if it needs to.



SVN revision: 78004
This commit is contained in:
Carsten Haitzler 2012-10-15 15:45:01 +00:00
parent 53ad992c31
commit a192bd1e1a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ EINTERN int
e_ipc_init(void)
{
#ifdef USE_IPC
char buf[1024], buf2[128], buf3[4096];
char buf[4096], buf2[128], buf3[4096];
char *tmp, *user, *disp, *base;
int pid, trynum = 0;