diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-10-20 18:00:11 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-10-20 18:00:11 -0700 |
commit | 9d521f59de10968f874a5e22e9ce5f9b2a51fc2f (patch) | |
tree | 971a74e517601cd8a1b3451bca5e990e02c29e96 | |
parent | 93710f517449e79a10397165ac0b733a8f3cee31 (diff) | |
download | glibc-9d521f59de10968f874a5e22e9ce5f9b2a51fc2f.tar.gz glibc-9d521f59de10968f874a5e22e9ce5f9b2a51fc2f.tar.xz glibc-9d521f59de10968f874a5e22e9ce5f9b2a51fc2f.zip |
Update NEWS for [BZ #21666] fix
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 017d3c14f6..9290d213ca 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,7 @@ The following bugs are resolved with this release: [21209] Ignore and remove LD_HWCAP_MASK for AT_SECURE programs [21289] Fix symbol redirect for fts_set [21624] Unsafe alloca allows local attackers to alias stack and heap (CVE-2017-1000366) + [21666] Avoid .symver on common symbols Version 2.23 |