diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-06-16 13:24:11 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-06-16 13:24:11 +0000 |
commit | 3dc2c3bb4d4569ab3387934ce55cca9adda42eae (patch) | |
tree | 59db0c8fcfba666a8c67537f41ef2ec1a71f378b /package/busybox/patches/000-upstream-dhcpd.patch | |
parent | 3e52d0529655eacc581dd1fa14553191f0fc9c1e (diff) | |
download | mtk-20170518-3dc2c3bb4d4569ab3387934ce55cca9adda42eae.zip mtk-20170518-3dc2c3bb4d4569ab3387934ce55cca9adda42eae.tar.gz mtk-20170518-3dc2c3bb4d4569ab3387934ce55cca9adda42eae.tar.bz2 |
package/busybox: update to 1.16.2 (bug fix release)
SVN-Revision: 21813
Diffstat (limited to 'package/busybox/patches/000-upstream-dhcpd.patch')
-rw-r--r-- | package/busybox/patches/000-upstream-dhcpd.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/busybox/patches/000-upstream-dhcpd.patch b/package/busybox/patches/000-upstream-dhcpd.patch deleted file mode 100644 index eef33f8..0000000 --- a/package/busybox/patches/000-upstream-dhcpd.patch +++ /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); |