aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/005-uninitialized_err.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-11-11 21:42:05 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-11-11 21:42:05 +0000
commit2355f9d497677cb55c47a1c2d3b7371e9b0c9c8a (patch)
treed1026d2e2463bbc74ac90a7d6531c0ce9f21e28b /package/opkg/patches/005-uninitialized_err.patch
parenta195852e7f0b0808d3b8447fd07483009e7bbe3c (diff)
downloadupstream-2355f9d497677cb55c47a1c2d3b7371e9b0c9c8a.tar.gz
upstream-2355f9d497677cb55c47a1c2d3b7371e9b0c9c8a.tar.bz2
upstream-2355f9d497677cb55c47a1c2d3b7371e9b0c9c8a.zip
opkg: bump to r284 - incorporates parsing improvements upstream - fixes a couple of memory leaks - fixes some null pointer dereferences - fixes possible crashes during removal of packages - various other corrections
SVN-Revision: 18380
Diffstat (limited to 'package/opkg/patches/005-uninitialized_err.patch')
-rw-r--r--package/opkg/patches/005-uninitialized_err.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opkg/patches/005-uninitialized_err.patch b/package/opkg/patches/005-uninitialized_err.patch
index 7cf769a321..0d3b6cf24c 100644
--- a/package/opkg/patches/005-uninitialized_err.patch
+++ b/package/opkg/patches/005-uninitialized_err.patch
@@ -1,6 +1,6 @@
--- a/libopkg/pkg_hash.c
+++ b/libopkg/pkg_hash.c
-@@ -363,8 +363,11 @@ pkg_t *pkg_hash_fetch_best_installation_
+@@ -384,8 +384,11 @@
abstract_pkg_t *apkg = NULL;
pkg_t *ret;