aboutsummaryrefslogtreecommitdiffstats
path: root/core/busybox/busybox-1.12.0-mdev-exec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'core/busybox/busybox-1.12.0-mdev-exec.patch')
-rw-r--r--core/busybox/busybox-1.12.0-mdev-exec.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/busybox/busybox-1.12.0-mdev-exec.patch b/core/busybox/busybox-1.12.0-mdev-exec.patch
new file mode 100644
index 00000000000..78f022c0dc2
--- /dev/null
+++ b/core/busybox/busybox-1.12.0-mdev-exec.patch
@@ -0,0 +1,11 @@
+--- util-linux/mdev.c.orig 2008-08-21 14:18:38.000000000 +0200
++++ util-linux/mdev.c 2008-08-21 14:24:18.000000000 +0200
+@@ -220,7 +220,7 @@
+ break;
+ {
+ const char *s = "@$*";
+- const char *s2 = strchr(s, *val);
++ char *s2 = strchr(s, *val);
+
+ if (!s2)
+ bb_error_msg_and_die("bad line %u", parser->lineno);