projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
322e865
)
fix ipkg segfaults
author
Nicolas Thill
<nico@openwrt.org>
Mon, 19 Dec 2005 14:44:05 +0000
(14:44 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 19 Dec 2005 14:44:05 +0000
(14:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2732
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/busybox/patches/911-ipkg.patch
patch
|
blob
|
history
diff --git
a/package/busybox/patches/911-ipkg.patch
b/package/busybox/patches/911-ipkg.patch
index
66579e4
..
c9fc6b8
100644
(file)
--- a/
package/busybox/patches/911-ipkg.patch
+++ b/
package/busybox/patches/911-ipkg.patch
@@
-12791,7
+12791,7
@@
diff -ruN busybox-1.1.0-pre1-old/archival/libipkg/sprintf_alloc.h busybox-1.1.0-
+
+#include "libbb.h"
+
-+#define sprintf_alloc
bb_xasprintf
++#define sprintf_alloc
(str, fmt, args...) *str = bb_xasprintf(fmt, ## args)
+
+#endif
diff -ruN busybox-1.1.0-pre1-old/archival/libipkg/str_list.c busybox-1.1.0-pre1-new/archival/libipkg/str_list.c