mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-22 10:30:20 +00:00
fix ipkg segfaults
SVN-Revision: 2732
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user