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 1138038618BE for ; Thu, 15 Feb 2024 13:23:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1138038618BE Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 1138038618BE Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708003418; cv=none; b=iUMq8dr/bO8b6YjwlZtkfQkHhv+Kg4NOkmRqT31XHq7zvsHQqwBtgQMepEBGhBy9lf2JoOvZG5UY1UbpW+8Wsm33nvKoL131Lai6WIfsuBVajs8Av6UwO1REwb0TKz3gSkn8sIQkKSdJXt9IHzh4wMl2pBtAgAlV2mn7grmJtR8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708003418; c=relaxed/simple; bh=seS8KZ8mdvC1Sb9tTVlBhEZtbnsQLfFc9keK1n5POMY=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=QDNcRyvEPIn/cZWNzab2DG5B0DGjfiFBmyXr3wVDfujVE9F/WYNSChgUSURsUp1eh/4sNXHpjy+oEKDou8kBMUwFgTBcxObZNu79jneKnENqsftDhsqezy3gd/esFAe2nmHDzhkVcxO40mI7XZ+m2iS+mVdxPHZs54oDI9GCJMs= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1708003416; 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=/M1lhuYs8gKFbFNFt5ylWjzOw/08oYaRXO3hq5PHUA8=; b=dJF8RHyW1gJvNSnzlBnNHVws3dqygx4Jwun3mMPyqE0pDx3VsaPWUclBiMJEYiUuFV+XRA MT0hvWw7M+nr4ugryeLK8xqL+hBkDmfJA7+q6CTgvnqB3+lZuiDPiOUEYa4WoP3qdx+n+6 BlJ07VIN6PkcvxGB1U2ICIXf6wNftno= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-668-UL5dMilLNSSpuFVFxndibA-1; Thu, 15 Feb 2024 08:23:33 -0500 X-MC-Unique: UL5dMilLNSSpuFVFxndibA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 663E6859702; Thu, 15 Feb 2024 13:23:33 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.39.192.50]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A775B400D5CC; Thu, 15 Feb 2024 13:23:32 +0000 (UTC) From: Florian Weimer To: Adhemerval Zanella Netto Cc: libc-alpha@sourceware.org Subject: Re: [PATCH 04/11] syslog: Update misc/tst-syslog to check reported %n value References: <8502804480ab69e7ae48dfe43552e9a6be596711.1707491940.git.fweimer@redhat.com> <1c4291b4-b48c-4177-a889-9e569b96567f@linaro.org> Date: Thu, 15 Feb 2024 14:23:31 +0100 In-Reply-To: <1c4291b4-b48c-4177-a889-9e569b96567f@linaro.org> (Adhemerval Zanella Netto's message of "Tue, 13 Feb 2024 08:59:57 -0300") Message-ID: <874je9c14c.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 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_NONE,RCVD_IN_MSPIKE_H4,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: * Adhemerval Zanella Netto: > The change LGTM, just that it does not follow current file indentation > (tabs instead of whitespace). The file uses tabs elsewhere (e.g., to indent the parameter list in check_syslog_message_large), that's why Emacs turned on tabs. Just not in the edited places. Thanks, Florian