1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
svn-openwrt-archive/toolchain/glibc/Config.version
John Crispin aca9e07da1 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>

SVN-Revision: 48864
2016-03-01 08:53:27 +00:00

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