From eec3ede2572fb86d69a4f1da1dc11ae6d8e46ea7 Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 21 Dec 2009 15:09:08 +0000 Subject: [package] opkg: fix invalid free triggered by 011-old-config-location.patch and replace 012-cleanup-tmpdir.patch with upstream fix git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18879 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/opkg/patches/011-old-config-location.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/opkg/patches/011-old-config-location.patch') diff --git a/package/opkg/patches/011-old-config-location.patch b/package/opkg/patches/011-old-config-location.patch index 40d0b7566..518993b25 100644 --- a/package/opkg/patches/011-old-config-location.patch +++ b/package/opkg/patches/011-old-config-location.patch @@ -7,7 +7,7 @@ - + + if(!conf->conf_file) -+ conf->conf_file = "/etc/opkg.conf"; ++ conf->conf_file = xstrdup("/etc/opkg.conf"); + if (parse_err) return parse_err; -- cgit v1.2.3