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.129.124]) by sourceware.org (Postfix) with ESMTPS id D54193835DD9 for ; Tue, 30 Aug 2022 11:14:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D54193835DD9 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=1661858079; 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: in-reply-to:in-reply-to:references:references; bh=Txt8Megj1ZBZA0j2Ic+P7Sq5JYn1ddTsEKxaAm3wpHQ=; b=ejJkT2tjUhXI9NFHFAMxenZN0fgcVZ8YFPWHsysSFKkwPLYiAopIhCQMH42mQ1sQgR7kCX SyiO0fnezM4oNx7k1u26+e4n+kmhZ/D9IvR1JLBgrtEEQ7k8PsAnOKhuMOogntvtf4+9DT Fpe62tbCdty7RGt1zo9202+fKlck/hI= 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-79-kE1Zy_0jOPS6BDYoCG5UQg-1; Tue, 30 Aug 2022 07:14:36 -0400 X-MC-Unique: kE1Zy_0jOPS6BDYoCG5UQg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9D63F85A585; Tue, 30 Aug 2022 11:14:35 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.39.192.49]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 03B8A2166B26; Tue, 30 Aug 2022 11:14:34 +0000 (UTC) From: Florian Weimer To: Florian Weimer via Glibc-cvs Cc: Florian Weimer Subject: Re: [glibc/release/2.29/master] Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26211). References: <20220830092039.BA170382F086@sourceware.org> Date: Tue, 30 Aug 2022 13:14:33 +0200 In-Reply-To: <20220830092039.BA170382F086@sourceware.org> (Florian Weimer via Glibc-cvs's message of "Tue, 30 Aug 2022 09:20:39 +0000 (GMT)") Message-ID: <87czci56g6.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: * Florian Weimer via Glibc-cvs: > https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5b5dd5a43d0e13529a86332a5c10bdd5b5185e38 > > commit 5b5dd5a43d0e13529a86332a5c10bdd5b5185e38 > Author: Joseph Myers > Date: Tue Jul 7 14:54:12 2020 +0000 > > Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26211). Note that this backport is different because the file stdio-common/vfprintf.c is still under its old name in 2.28. But applying the patches to that file instead of stdio-common/vfprintf-internal.c doesn't result in too many conflicts. Thanks, Florian