From patchwork Sun Jul 12 19:59:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aurelien Jarno X-Patchwork-Id: 40064 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 3DD3F388C03E; Sun, 12 Jul 2020 19:59:26 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from hall.aurel32.net (hall.aurel32.net [IPv6:2001:bc8:30d7:100::1]) by sourceware.org (Postfix) with ESMTPS id 36C993851C2B for ; Sun, 12 Jul 2020 19:59:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 36C993851C2B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=aurel32.net Authentication-Results: sourceware.org; spf=none smtp.mailfrom=aurelien@aurel32.net DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=aurel32.net ; s=202004.hall; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date: Subject:Cc:To:From:Content-Type:From:Reply-To:Subject:Content-ID: Content-Description:In-Reply-To:References:X-Debbugs-Cc; bh=m7u5DIZm/9bBROlfuH/smeVlBnuypkQFFK1nBO3hplk=; b=HCLANVH1KgTAD3KX9Ovoy1Rhki FvTEzwivW1pEIwze298w/QPK1KRrF5K3vPQL4uAmckmUFncLIBTOjcGz1BoExgu7TB35mFQdVtQul 6jMfzmWXhvpxP+pT9/ldBl6F05K7Vyd72FZ6GoSBlTeRxNiiviRV4kSej9YW+Y1g3dDMGHA6gdYSf gxDoMHgP9lOAjkAzTWF+IRh/Z4iB/C5yNCNASMmxqBI8cu2feJwweBjTHssx4DkvuIl3imMx/fFmz D+tqB1vZ9rc3grC3GaTKo8pNAzQ9XoqINwR7yxVbYF+Nho2eQIGKhi6l65g7LyNqDRkgInARuuPPh jh3HBu0A==; Received: from [2a01:e35:2fdd:a4e1:fe91:fc89:bc43:b814] (helo=ohm.rr44.fr) by hall.aurel32.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jui89-0000Q4-TC; Sun, 12 Jul 2020 21:59:21 +0200 Received: from aurel32 by ohm.rr44.fr with local (Exim 4.94) (envelope-from ) id 1jui89-00AiGY-11; Sun, 12 Jul 2020 21:59:21 +0200 From: Aurelien Jarno To: libc-alpha@sourceware.org Subject: [PATCH] Add NEWS entry for CVE-2020-6096 (bug 25620) Date: Sun, 12 Jul 2020 21:59:13 +0200 Message-Id: <20200712195913.2553350-1-aurelien@aurel32.net> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 X-Spam-Status: No, score=-10.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 92dcb77fef0..cd8a46fdc71 100644 --- a/NEWS +++ b/NEWS @@ -159,6 +159,9 @@ Security related changes: CVE-2020-1752: A use-after-free vulnerability in the glob function when expanding ~user has been fixed. + CVE-2020-6096: A signed comparison vulnerability in the ARMv7 memcpy and + memmove functions has been fixed. + The following bugs are resolved with this release: [The release manager will add the list generated by