aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-05-09 12:43:53 -0700
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-05-12 18:26:49 +0300
commit25395cb95d1a458bd7e29210115fb3640cb1d66f (patch)
tree3ef9acbaca16774d173ca38cb05c538c0157d706
parentx86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [BZ #25966] (diff)
downloadglibc-25395cb95d1a458bd7e29210115fb3640cb1d66f.tar.gz
glibc-25395cb95d1a458bd7e29210115fb3640cb1d66f.tar.bz2
glibc-25395cb95d1a458bd7e29210115fb3640cb1d66f.zip
NEWS: Mention fixes for BZ 25810/25896/25902/25966
(cherry picked from commit a98b8b221cfe732dc7c19ae1d22665002e254c96)
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8b941de5fb..9bfd01ccb1 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ The following bugs are resolved with this release:
[25639] localedata: Some names of days and months wrongly spelt in
Occitan
[25715] system() returns wrong errors when posix_spawn fails
+ [25810] x32: Incorrect syscall entries with pointer, off_t and size_t
+ [25896] Incorrect prctl
+ [25902] Bad LOADARGS_N
+ [25966] Incorrect access of __x86_shared_non_temporal_threshold for x32
Security related changes: