busybox: fail if --install is not given an absolute path
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 12 Mar 2011 05:08:28 +0000 (06:08 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 12 Mar 2011 05:08:28 +0000 (06:08 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/appletlib.c

index 69cac2e..fc84d36 100644 (file)
@@ -721,10 +721,9 @@ static int busybox_main(char **argv)
                         * In such case, better use argv[0] as symlink target
                         * if it is a full path name.
                         */
-                       if (argv[0][0] == '/')
-                               busybox = argv[0];
-                       else
-                               busybox = bb_busybox_exec_path;
+                       if (argv[0][0] != '/')
+                               bb_error_msg_and_die("'%s' is not an absolute path", argv[0]);
+                       busybox = argv[0];
                }
                /* busybox --install [-s] [DIR]:
                 * -s: make symlinks