aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/glibc/patches
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-03-01 08:53:27 +0000
committerJohn Crispin <blogic@openwrt.org>2016-03-01 08:53:27 +0000
commit3ea83f06882978c5406dfbe1b862e94834f943aa (patch)
tree0ba5b39f15d81e3949519bee8842a2b2d0a4d221 /toolchain/glibc/patches
parent706ffd80683910dfddf2e0ffd4c3e41dca0d695f (diff)
downloadupstream-3ea83f06882978c5406dfbe1b862e94834f943aa.tar.gz
upstream-3ea83f06882978c5406dfbe1b862e94834f943aa.tar.bz2
upstream-3ea83f06882978c5406dfbe1b862e94834f943aa.zip
CC: toolchain: use latest glibc 2.21 revision
Fixes "CVE-2015-7547 --- glibc getaddrinfo() stack-based buffer overflow" Signed-off-by: Michael Marley <michael@michaelmarley.com> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48864 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/glibc/patches')
-rw-r--r--toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch b/toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch
index a6200f783b..070f938fe3 100644
--- a/toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch
+++ b/toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch
@@ -2,7 +2,7 @@ add /usr/lib to default search path for the dynamic linker
--- a/Makeconfig
+++ b/Makeconfig
-@@ -501,6 +501,9 @@ else
+@@ -499,6 +499,9 @@ else
default-rpath = $(libdir)
endif