From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9385 invoked by alias); 6 Feb 2018 08:23:31 -0000 Mailing-List: contact libc-stable-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: List-Archive: Sender: libc-stable-owner@sourceware.org Received: (qmail 9331 invoked by uid 89); 6 Feb 2018 08:23:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=Hx-languages-length:357, H*r:sk:libc-st X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 06 Feb 2018 08:23:29 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0FC85369BD for ; Tue, 6 Feb 2018 08:23:28 +0000 (UTC) Received: from oldenburg.str.redhat.com (ovpn-116-93.ams2.redhat.com [10.36.116.93]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 958265C885 for ; Tue, 6 Feb 2018 08:23:27 +0000 (UTC) Subject: [PATCH COMMITTED] Record CVE-2018-6551 in NEWS and ChangeLog [BZ #22774] From: Florian Weimer To: Libc-stable Mailing List References: <71de7bc7-a676-9e8f-b9e5-9b65dd85f6da@redhat.com> Message-ID: <63e2308f-fc09-1057-7143-d6dc3be0536f@redhat.com> Date: Mon, 01 Jan 2018 00:00:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <71de7bc7-a676-9e8f-b9e5-9b65dd85f6da@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Tue, 06 Feb 2018 08:23:28 +0000 (UTC) X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00000.txt.bz2 On 02/06/2018 09:20 AM, Florian Weimer wrote: > > commit 71aa429b029fdb6f9e65d44050388b51eca460d6 > Author: Florian Weimer > Date: Tue Feb 6 09:19:03 2018 +0100 > > Record CVE-2018-6551 in NEWS and ChangeLog [BZ #22774] Also backported to 2.27. Thanks, Florian