From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124981 invoked by alias); 4 Feb 2019 14:24:42 -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 124211 invoked by uid 89); 4 Feb 2019 14:24:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:627 X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS 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; Mon, 04 Feb 2019 14:24:31 +0000 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 23238C07EFED; Mon, 4 Feb 2019 14:24:30 +0000 (UTC) Received: from oldenburg2.str.redhat.com (dhcp-192-219.str.redhat.com [10.33.192.219]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 75FF579FFD; Mon, 4 Feb 2019 14:24:29 +0000 (UTC) From: Florian Weimer To: Aurelien Jarno Cc: libc-stable@sourceware.org Subject: Re: Backporting CVE-2016-10739 References: <20190204134254.GA13816@aurel32.net> <87o97rpsgq.fsf@oldenburg2.str.redhat.com> <20190204140827.GC15137@aurel32.net> Date: Tue, 01 Jan 2019 00:00:00 -0000 In-Reply-To: <20190204140827.GC15137@aurel32.net> (Aurelien Jarno's message of "Mon, 4 Feb 2019 15:08:27 +0100") Message-ID: <87bm3rpr6r.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Mon, 04 Feb 2019 14:24:30 +0000 (UTC) X-IsSubscribed: yes X-SW-Source: 2019-02/txt/msg00005.txt.bz2 * Aurelien Jarno: > On 2019-02-04 14:56, Florian Weimer wrote: >> * Aurelien Jarno: >> >> > I am looking at backporting fixes for CVE-2016-10739 (ie commit >> > 108bc404) in the 2.28 branch first, and probably in the 2.24 branch >> > later. I would need some guidance how to proceed: >> >> I planned to do it last week, but didn't finish it. > > [...] > >> If you want to do it, I can help you with that. > > If you are already working on it, I'll just wait, there is no need to > duplicate the work. Let me handle the backport the glibc 2.28, and you can take it from there? Thanks, Florian