package/busybox: update to 1.16.2 (bug fix release)
[openwrt.git] / package / busybox / patches / 000-upstream-dhcpd.patch
diff --git a/package/busybox/patches/000-upstream-dhcpd.patch b/package/busybox/patches/000-upstream-dhcpd.patch
deleted file mode 100644 (file)
index eef33f8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/networking/udhcp/leases.c
-+++ b/networking/udhcp/leases.c
-@@ -64,6 +64,8 @@ struct dyn_lease* FAST_FUNC add_lease(
-               oldest->hostname[0] = '\0';
-               if (hostname) {
-                       char *p;
-+
-+                      hostname_len++; /* include NUL */
-                       if (hostname_len > sizeof(oldest->hostname))
-                               hostname_len = sizeof(oldest->hostname);
-                       p = safe_strncpy(oldest->hostname, hostname, hostname_len);
This page took 0.023434 seconds and 4 git commands to generate.