From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128254 invoked by alias); 28 Jun 2018 14:50:10 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 128144 invoked by uid 89); 28 Jun 2018 14:50:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy= X-HELO: mx1.redhat.com Subject: Re: [PATCH v4] libc: Extend __libc_freeres framework (Bug 23329). To: Carlos O'Donell , GNU C Library , DJ Delorie References: <9666df73-e500-2b2e-e202-a71087bdab91@redhat.com> <2389af1a-a479-0a20-8cb4-034fe0767e5c@redhat.com> <4b89f9db-2d0a-fc61-4f7c-f8903f9c4d14@redhat.com> <22cd6fb5-87ed-ffe1-79ad-d693f44a99f4@redhat.com> <7c2bdd1c-4642-23c2-202a-45fe902e7bb1@redhat.com> From: Florian Weimer Message-ID: <1a7245e2-29c2-9057-fd96-9b519b10dbe5@redhat.com> Date: Thu, 28 Jun 2018 14:50:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-06/txt/msg00900.txt.bz2 On 06/28/2018 04:26 PM, Carlos O'Donell wrote: > For the d55ec04203058b78de125c8fd1f1762b649f228d commit, which is the > __libc_freeres cleanup patch (the other patch is the malloc hook removal > sitting on top), we have: > > :100644 100644 1f35f29d77... 5f34833c2c... M ChangeLog > ^^^^^^^^^^^^^ Hmm, looks like I botched my testing after fetching from sourceware. I agree that applying the patch should work now. Thanks, Florian