From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id CFA1238708F2; Sat, 4 Jul 2020 16:52:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CFA1238708F2 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.30/master] NEWS: Mention BZ 25933 fix X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/release/2.30/master X-Git-Oldrev: 520aaef712af020d2ebb7103c78ff9f73b38bbcd X-Git-Newrev: 94abcef26ebbe89861128a9a62741e410104a342 Message-Id: <20200704165238.CFA1238708F2@sourceware.org> Date: Sat, 4 Jul 2020 16:52:38 +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, 04 Jul 2020 16:52:38 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=94abcef26ebbe89861128a9a62741e410104a342 commit 94abcef26ebbe89861128a9a62741e410104a342 Author: H.J. Lu Date: Sat Jul 4 09:45:21 2020 -0700 NEWS: Mention BZ 25933 fix Diff: --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 7a0cd14f80..5712eecde8 100644 --- a/NEWS +++ b/NEWS @@ -54,6 +54,7 @@ The following bugs are resolved with this release: [25810] x32: Incorrect syscall entries with pointer, off_t and size_t [25896] Incorrect prctl [25902] Bad LOADARGS_N + [25933] Off by one error in __strncmp_avx2 [25966] Incorrect access of __x86_shared_non_temporal_threshold for x32 [25976] nss_compat: internal_end*ent may clobber errno, hiding ERANGE