dietlibc/dietlibc-insecure-defpath.patch
2020-02-29 11:47:15 +08:00

12 lines
303 B
Diff

--- a/include/paths.h~ 2008-02-22 18:09:54.000000000 -0600
+++ b/include/paths.h 2016-07-25 12:03:25.144058895 -0500
@@ -2,7 +2,7 @@
#define _PATHS_H
#define _PATH_BSHELL "/bin/sh"
-#define _PATH_DEFPATH "/bin:/usr/bin:"
+#define _PATH_DEFPATH "/bin:/usr/bin"
#define _PATH_DEVNULL "/dev/null"