Loading package/busybox/busybox.mdev-just-read-9-bytes.patch 0 → 100644 +13 −0 Original line number Diff line number Diff line Index: busybox/util-linux/mdev.c =================================================================== --- busybox/util-linux/mdev.c (revision 17891) +++ busybox/util-linux/mdev.c (working copy) @@ -39,7 +39,7 @@ if (!delete) { strcat(path, "/dev"); - len = open_read_close(path, temp + 1, 64); + len = open_read_close(path, temp + 1, 9); *temp++ = 0; if (len < 1) return; } Loading
package/busybox/busybox.mdev-just-read-9-bytes.patch 0 → 100644 +13 −0 Original line number Diff line number Diff line Index: busybox/util-linux/mdev.c =================================================================== --- busybox/util-linux/mdev.c (revision 17891) +++ busybox/util-linux/mdev.c (working copy) @@ -39,7 +39,7 @@ if (!delete) { strcat(path, "/dev"); - len = open_read_close(path, temp + 1, 64); + len = open_read_close(path, temp + 1, 9); *temp++ = 0; if (len < 1) return; }