diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-11 21:42:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-11 21:42:05 +0000 |
commit | 374664f3af27cd893e6b65f83bd12dbdc619769f (patch) | |
tree | 9695ba43a5efc611588a8035c0ab559673a3e4fb /package/opkg/patches/005-uninitialized_err.patch | |
parent | 87daff29bad9c3c9b97e7f556e6f78ebb197f501 (diff) | |
download | upstream-374664f3af27cd893e6b65f83bd12dbdc619769f.tar.gz upstream-374664f3af27cd893e6b65f83bd12dbdc619769f.tar.bz2 upstream-374664f3af27cd893e6b65f83bd12dbdc619769f.zip |
[package] 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18380 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opkg/patches/005-uninitialized_err.patch')
-rw-r--r-- | package/opkg/patches/005-uninitialized_err.patch | 2 |
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; |