From 9c078e173aa2ce9d386942e8acb6acf811eeeddf Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 26 Mar 2008 21:53:15 +0000 Subject: busybox: remove unused configs/patches --- package/busybox/busybox-1.4.1-wgetSEGV.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 package/busybox/busybox-1.4.1-wgetSEGV.patch (limited to 'package/busybox/busybox-1.4.1-wgetSEGV.patch') diff --git a/package/busybox/busybox-1.4.1-wgetSEGV.patch b/package/busybox/busybox-1.4.1-wgetSEGV.patch deleted file mode 100644 index 8375cc79c..000000000 --- a/package/busybox/busybox-1.4.1-wgetSEGV.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -urN busybox-1.4.1/networking/wget.c busybox-1.4.1-wgetSEGV/networking/wget.c ---- busybox-1.4.1/networking/wget.c 2007-01-24 22:34:34.000000000 +0100 -+++ busybox-1.4.1-wgetSEGV/networking/wget.c 2007-02-11 17:21:18.000000000 +0100 -@@ -543,7 +543,9 @@ - p = strchr(h->host, '?'); if (!sp || (p && sp > p)) sp = p; - p = strchr(h->host, '#'); if (!sp || (p && sp > p)) sp = p; - if (!sp) { -- h->path = ""; -+ /* must be writable because of bb_get_last_path_component() */ -+ static char nullstr[] = ""; -+ h->path = nullstr; - } else if (*sp == '/') { - *sp = '\0'; - h->path = sp + 1; -- cgit v1.2.3