From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id 907B238708F9; Sat, 4 Jul 2020 17:02:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 907B238708F9 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.29/master] NEWS: Mention BZ 25933 fix X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/release/2.29/master X-Git-Oldrev: 0a4d3eac67050fd4a865ef92b638580696acc5f1 X-Git-Newrev: 83aaa1714428ba3b29315c8c5d14b1766b2ca3aa Message-Id: <20200704170206.907B238708F9@sourceware.org> Date: Sat, 4 Jul 2020 17:02:06 +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 17:02:06 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=83aaa1714428ba3b29315c8c5d14b1766b2ca3aa commit 83aaa1714428ba3b29315c8c5d14b1766b2ca3aa 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 7cfd073248..24733f343a 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,7 @@ The following bugs are resolved with this release: [25204] Ignore LD_PREFER_MAP_32BIT_EXEC for SUID programs [25225] ld.so fails to link on x86 if GCC defaults to -fcf-protection [25232] No const correctness for strchr et al. for Clang++ + [25933] Off by one error in __strncmp_avx2 [25976] nss_compat: internal_end*ent may clobber errno, hiding ERANGE Security related changes: