aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/uml/patches-2.6.39/002-export___sprintf_chk.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-06-13 12:45:12 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-06-13 12:45:12 +0000
commit86b69cccdc3da00f96b6ff6bb296e198089cb76a (patch)
treefe0109baedbd8707764005f2dea9405941427a50 /target/linux/uml/patches-2.6.39/002-export___sprintf_chk.patch
parent591e4c335246f00e448ec22ed706ee8a30ccd632 (diff)
downloadupstream-86b69cccdc3da00f96b6ff6bb296e198089cb76a.tar.gz
upstream-86b69cccdc3da00f96b6ff6bb296e198089cb76a.tar.bz2
upstream-86b69cccdc3da00f96b6ff6bb296e198089cb76a.zip
[uml] replace unfortify patch with a better one
Thanks to Richard Weinberger for providing this patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27168 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml/patches-2.6.39/002-export___sprintf_chk.patch')
-rw-r--r--target/linux/uml/patches-2.6.39/002-export___sprintf_chk.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/uml/patches-2.6.39/002-export___sprintf_chk.patch b/target/linux/uml/patches-2.6.39/002-export___sprintf_chk.patch
new file mode 100644
index 0000000000..1d3cf4911a
--- /dev/null
+++ b/target/linux/uml/patches-2.6.39/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);