From 90b5d6aeb2e0650d4bb9173105015391d6b589fb Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 14 Dec 2012 14:25:26 +0000 Subject: [PATCH] Revert "efl/embryo: Keep room for the terminating '\0' we may add to the path." After consulting with cedric and Sachiel I have to agree that there is no issue. SVN revision: 80946 --- src/bin/embryo/embryo_cc_sc1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/embryo/embryo_cc_sc1.c b/src/bin/embryo/embryo_cc_sc1.c index 2e0528cdd4..760bd3c1f6 100644 --- a/src/bin/embryo/embryo_cc_sc1.c +++ b/src/bin/embryo/embryo_cc_sc1.c @@ -651,7 +651,7 @@ setopt(int argc, char **argv, char *iname, char *oname, static void setconfig(char *root) { - char path[PATH_MAX - 1]; + char path[PATH_MAX]; char *ptr; int len;