From d3bd4c6457cd7137418eb560a76f88a2913ea98b Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 9 Aug 2011 13:13:22 +0000 Subject: [uml] update to 3.0.1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27943 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/uml/patches-3.0/002-export___sprintf_chk.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 target/linux/uml/patches-3.0/002-export___sprintf_chk.patch (limited to 'target/linux/uml/patches-3.0/002-export___sprintf_chk.patch') diff --git a/target/linux/uml/patches-3.0/002-export___sprintf_chk.patch b/target/linux/uml/patches-3.0/002-export___sprintf_chk.patch new file mode 100644 index 000000000..1d3cf4911 --- /dev/null +++ b/target/linux/uml/patches-3.0/002-export___sprintf_chk.patch @@ -0,0 +1,14 @@ +diff --git a/arch/um/os-Linux/user_syms.c b/arch/um/os-Linux/user_syms.c +index 05f5ea8..9e71e7e 100644 +--- a/arch/um/os-Linux/user_syms.c ++++ b/arch/um/os-Linux/user_syms.c +@@ -18,6 +18,9 @@ extern void *memmove(void *, const void *, size_t); + extern void *memset(void *, int, size_t); + extern int printf(const char *, ...); + ++extern int __sprintf_chk(char *str, int flag, size_t strlen, const char *format); ++EXPORT_SYMBOL(__sprintf_chk); ++ + /* If it's not defined, the export is included in lib/string.c.*/ + #ifdef __HAVE_ARCH_STRSTR + EXPORT_SYMBOL(strstr); -- cgit v1.2.3