From 3c85ab716f46f4610db2638b34bafe5e6aaff8cf Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 27 May 2009 20:14:09 +0200 Subject: busybox: bump 1.14.x version Signed-off-by: Peter Korsgaard --- package/busybox/busybox-1.14.0-dhcp_hostname.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 package/busybox/busybox-1.14.0-dhcp_hostname.patch (limited to 'package/busybox/busybox-1.14.0-dhcp_hostname.patch') diff --git a/package/busybox/busybox-1.14.0-dhcp_hostname.patch b/package/busybox/busybox-1.14.0-dhcp_hostname.patch deleted file mode 100644 index 79bc5eaae..000000000 --- a/package/busybox/busybox-1.14.0-dhcp_hostname.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- busybox-1.14.0/networking/udhcp/leases.c Tue Apr 14 01:42:51 2009 -+++ busybox-1.14.0-dhcp_hostname/networking/udhcp/leases.c Tue Apr 21 02:41:22 2009 -@@ -63,7 +63,8 @@ - if (oldest) { - oldest->hostname[0] = '\0'; - if (hostname) { -- hostname_length = hostname[-1]; /* look at option size byte */ -+ /* option size byte, + 1 for NUL */ -+ hostname_length = hostname[-1] + 1; - if (hostname_length > sizeof(oldest->hostname)) - hostname_length = sizeof(oldest->hostname); - hostname = (uint8_t*) safe_strncpy((char*)oldest->hostname, (char*)hostname, hostname_length); -- cgit v1.2.3