diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-08-09 13:13:22 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-08-09 13:13:22 +0000 |
commit | 458716389c2cc7542e6c8efabc1fde8ad61d4137 (patch) | |
tree | c034bd6d73f045f57fdc415415c851dd17a32962 /target/linux/uml/patches-3.0/002-export___sprintf_chk.patch | |
parent | f124358722943054e2628564e88bd45c1819517c (diff) | |
download | mtk-20170518-458716389c2cc7542e6c8efabc1fde8ad61d4137.zip mtk-20170518-458716389c2cc7542e6c8efabc1fde8ad61d4137.tar.gz mtk-20170518-458716389c2cc7542e6c8efabc1fde8ad61d4137.tar.bz2 |
update to 3.0.1
SVN-Revision: 27943
Diffstat (limited to 'target/linux/uml/patches-3.0/002-export___sprintf_chk.patch')
-rw-r--r-- | target/linux/uml/patches-3.0/002-export___sprintf_chk.patch | 14 |
1 files changed, 14 insertions, 0 deletions
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 0000000..1d3cf49 --- /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); |