From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id D41443858D1E for ; Mon, 26 Jun 2023 21:04:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D41443858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1687813451; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PeHXODcsKEdGxIPFrzUb/mlsb9flsxliMAep+hS9Q24=; b=Fx5NhQGUXRrWoTs+QQQY2zWdH4KHuPMh2ctpxtSjh2H0tyByn5NHZGOSJobnF93Kp8gz2W VHkdvsvqw3AjqCVGZq3R10cTv5PTlWBrUkXhX8ofwcn3XFrvbTU8F7nWl7mht6bRrcS4Xm UlML39Cgkn8sSf72iY3IMQcXb3m+ZM8= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-400-PmxcYtOFMrmH6MJAKYCdig-1; Mon, 26 Jun 2023 17:04:03 -0400 X-MC-Unique: PmxcYtOFMrmH6MJAKYCdig-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C759C185A78B; Mon, 26 Jun 2023 21:04:01 +0000 (UTC) Received: from oak (unknown [10.22.8.210]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A4076492B01; Mon, 26 Jun 2023 21:04:01 +0000 (UTC) Date: Mon, 26 Jun 2023 17:04:00 -0400 From: Joe Simmons-Talbott To: Adhemerval Zanella Netto Cc: Siddhesh Poyarekar , libc-alpha@sourceware.org Subject: Re: [PATCH v6] ifaddrs: Get rid of alloca Message-ID: <20230626210400.GP6392@oak> References: <20230621200053.3021604-1-josimmon@redhat.com> <08935c76-f659-7419-f092-8c700c16a7ed@gotplt.org> <5f42fd62-bf2d-d63f-88c1-85827247e6a1@linaro.org> MIME-Version: 1.0 In-Reply-To: <5f42fd62-bf2d-d63f-88c1-85827247e6a1@linaro.org> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Mon, Jun 26, 2023 at 04:49:46PM -0300, Adhemerval Zanella Netto wrote: > > > On 26/06/23 10:10, Siddhesh Poyarekar wrote: > > On 2023-06-22 09:47, Adhemerval Zanella Netto via Libc-alpha wrote: > >> > >> > >> On 21/06/23 17:00, Joe Simmons-Talbott via Libc-alpha wrote: > >>> Use scratch_buffer and malloc rather than alloca to avoid potential stack > >>> overflows. > >> > >> LGTM, thanks. > >> > >> Reviewed-by: Adhemerval Zanella  > > > > Adhemerval, would it make sense to have Joe request write access to the repository so that he can push his patches?  Would you sponsor him? > > Sure, if he does intend to continue work on glibc I think it should > be good to allow him to install his own patches. > It is my intention to continue working on glibc. Thanks, Joe