From 322765354647d7ee41f058b2f60abefc478f325b Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 19 Dec 2005 14:44:05 +0000 Subject: [PATCH] fix ipkg segfaults SVN-Revision: 2732 --- openwrt/package/busybox/patches/911-ipkg.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/busybox/patches/911-ipkg.patch b/openwrt/package/busybox/patches/911-ipkg.patch index 66579e4fc1..c9fc6b8b61 100644 --- a/openwrt/package/busybox/patches/911-ipkg.patch +++ b/openwrt/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 -- 2.25.1