Revert "efl/embryo: Keep room for the terminating '\0' we may add to the path."
authorStefan Schmidt <stefan@datenfreihafen.org>
Fri, 14 Dec 2012 14:25:26 +0000 (14:25 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Fri, 14 Dec 2012 14:25:26 +0000 (14:25 +0000)
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

index 2e0528c..760bd3c 100644 (file)
@@ -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;