From patchwork Mon Jul 13 21:23:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aurelien Jarno X-Patchwork-Id: 1328483 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=sourceware.org; envelope-from=libc-alpha-bounces@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=aurel32.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=aurel32.net header.i=@aurel32.net header.a=rsa-sha256 header.s=202004.hall header.b=NgrlvjP7; dkim-atps=neutral Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4B5GqM3NGYz9sRK for ; Tue, 14 Jul 2020 07:23:59 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 3EEA0388E827; Mon, 13 Jul 2020 21:23:57 +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 BD4493887007 for ; Mon, 13 Jul 2020 21:23:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org BD4493887007 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:References: In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Content-Type:From:Reply-To: Subject:Content-ID:Content-Description:X-Debbugs-Cc; bh=jgbGU/hXLQtgLXbWPpKb7PtSmgbXh3Oqem9rnyo37TI=; b=NgrlvjP74cIBt3X89XU5zUbp33 BqjGowNaR0DEphLp2N7JyPXX0HJto5u8RAFTCpdk0Byo2FdSYIb9Gvm4Low/DyNvrNrIQmsrVPQrv dOecPLwhXzt9XUwbSzl/5bLI9g9FyVII+SO+HDCDdRcdxS2Oa24lkPHR5tnnVKVmt3ieM08jA93Z5 QI3duhWWvpC4PsBhIoBCNkUmz37P55F5hlbwRYdqz8SV/PdF+7m6l/2IbRgEOqEXcsfvFLuzyIGA1 jqAeoTxInu5EzBfh25R2K7OxoE6eIB5bYcDuhgkx6hyf/y/62Pewbgkpk7ukoCpW7fXX+TGq248KW ORVoZmiQ==; 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 1jv5vU-0008DG-Mz; Mon, 13 Jul 2020 23:23:52 +0200 Received: from aurel32 by ohm.rr44.fr with local (Exim 4.94) (envelope-from ) id 1jv5vU-001cNL-3r; Mon, 13 Jul 2020 23:23:52 +0200 From: Aurelien Jarno To: libc-alpha@sourceware.org Subject: [PATCH v2 2/2] Add NEWS entry for CVE-2020-6096 (bug 25620) Date: Mon, 13 Jul 2020 23:23:47 +0200 Message-Id: <20200713212347.385792-2-aurelien@aurel32.net> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200713212347.385792-1-aurelien@aurel32.net> References: <20200713212347.385792-1-aurelien@aurel32.net> MIME-Version: 1.0 X-Spam-Status: No, score=-10.5 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 | 5 +++++ 1 file changed, 5 insertions(+) Reviewed-by: Carlos O'Donell