mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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
21 lines
341 B
Plaintext
21 lines
341 B
Plaintext
if USE_GLIBC
|
|
|
|
config GLIBC_VERSION
|
|
string
|
|
default "2.19" if EGLIBC_VERSION_2_19
|
|
default "2.21" if GLIBC_VERSION_2_21
|
|
|
|
config EGLIBC_VERSION_2_19
|
|
default y if !TOOLCHAINOPTS
|
|
bool
|
|
|
|
config GLIBC_VERSION_2_21
|
|
bool
|
|
|
|
endif
|
|
|
|
menu "eglibc configuration"
|
|
depends on !TOOLCHAINOPTS && USE_GLIBC
|
|
source toolchain/glibc/config/Config.in
|
|
endmenu
|