diff options
Diffstat (limited to 'testing/usbip-utils/strnlen-uclibc.patch')
-rw-r--r-- | testing/usbip-utils/strnlen-uclibc.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/usbip-utils/strnlen-uclibc.patch b/testing/usbip-utils/strnlen-uclibc.patch deleted file mode 100644 index d670ed69c..000000000 --- a/testing/usbip-utils/strnlen-uclibc.patch +++ /dev/null @@ -1,9 +0,0 @@ -@@ -35,7 +35,7 @@ - struct sysfs_attribute *match_busid_attr; - int rc, ret = 0; - -- if (strnlen(busid, SYSFS_BUS_ID_SIZE) > SYSFS_BUS_ID_SIZE - 1) { -+ if (strlen(busid) > SYSFS_BUS_ID_SIZE - 1) { - dbg("busid is too long"); - return -1; - } |