From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id E3680385DC0C; Sat, 9 May 2020 19:44:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E3680385DC0C Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: H.J. Lu To: glibc-cvs@sourceware.org Subject: [glibc/release/2.31/master] NEWS: Mention fixes for BZ 25810/25896/25902/25966 X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/release/2.31/master X-Git-Oldrev: 4c833bbebe366ac5baec87dd68ec0a4962ee86ae X-Git-Newrev: a98b8b221cfe732dc7c19ae1d22665002e254c96 Message-Id: <20200509194454.E3680385DC0C@sourceware.org> Date: Sat, 9 May 2020 19:44:54 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2020 19:44:55 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a98b8b221cfe732dc7c19ae1d22665002e254c96 commit a98b8b221cfe732dc7c19ae1d22665002e254c96 Author: H.J. Lu Date: Sat May 9 12:43:53 2020 -0700 NEWS: Mention fixes for BZ 25810/25896/25902/25966 Diff: --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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: