diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-14 09:45:38 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-14 09:45:38 +0200 |
commit | 6ed87eac98833db52fc76abbee70809a6adeafbf (patch) | |
tree | 379e9d548a1ba6c2794baa1cf814d7045adae55a /package/busybox/busybox-1.16.1-dhcpd.patch | |
parent | dff1d590b2a0fadf58b6eed60029b2ecbab7c710 (diff) | |
download | buildroot-novena-6ed87eac98833db52fc76abbee70809a6adeafbf.tar.gz buildroot-novena-6ed87eac98833db52fc76abbee70809a6adeafbf.zip |
busybox: bump 1.16.x version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/busybox/busybox-1.16.1-dhcpd.patch')
-rw-r--r-- | package/busybox/busybox-1.16.1-dhcpd.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/busybox/busybox-1.16.1-dhcpd.patch b/package/busybox/busybox-1.16.1-dhcpd.patch deleted file mode 100644 index 6867e2476..000000000 --- a/package/busybox/busybox-1.16.1-dhcpd.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urpN busybox-1.16.1/networking/udhcp/leases.c busybox-1.16.1-dhcpd/networking/udhcp/leases.c ---- busybox-1.16.1/networking/udhcp/leases.c 2010-03-28 19:43:36.000000000 +0200 -+++ busybox-1.16.1-dhcpd/networking/udhcp/leases.c 2010-05-15 20:47:08.000000000 +0200 -@@ -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); |