raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=3609b56f5d133db7a58b835e3e56f07840e1ce6f

commit 3609b56f5d133db7a58b835e3e56f07840e1ce6f
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Fri Jan 11 11:49:29 2019 +0000

    warn - make buffer bigger to avoid trunc warn
---
 src/bin/e_ipc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_ipc.c b/src/bin/e_ipc.c
index e786e265d..9dd02ed48 100644
--- a/src/bin/e_ipc.c
+++ b/src/bin/e_ipc.c
@@ -16,7 +16,7 @@ static Eina_Stringshare *_e_ipc_dir = NULL;
 EINTERN int
 e_ipc_init(void)
 {
-   char buf[4096], buf2[128], buf3[4096];
+   char buf[PATH_MAX], buf2[128], buf3[PATH_MAX + 20];
    char *tmp, *user, *base;
    int pid, trynum = 0, id1 = 0;
    struct stat st;

-- 


Reply via email to