From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id A92931F609 for ; Tue, 18 Jun 2019 22:17:12 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:cc:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=U47SNBBXcdcOyiQv MUlZzljNtER/Ppec38rg1fwhrj46rDhweLJqTQG1mFUqrDZE9dPZ7V3UFKi30woF PWkp88eUANVIb5sfkvlDXo/BI0yyJO2Ye2T11X6zb2bgP1pNCuBx4ahD8kzfvqT6 m4ALlOrPG8D0bqdeyRzQkfw0lFg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:cc:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=rBuzhc0GYG2FDzMpbPyOWU D62ns=; b=rBuqKTSw1QzgeQKnXrx0WaGLM/UxMcb8gHSSxJEX/Nqp4qSvU+iPJG ENHFfK73NoanJz9jmKyCGwmao8DaGpQkjL2rKoQamYu1xANp/CubZPSQ71u2afZ8 qrqUkOERXz8bxmSEfYkXZRdexheUPTAo31E9yZrXUZCmipkvc5IPs= Received: (qmail 101453 invoked by alias); 18 Jun 2019 22:17:10 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 101445 invoked by uid 89); 18 Jun 2019 22:17:10 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: zimbra.cs.ucla.edu Subject: Re: [PATCH] dlfcn: Avoid one-element flexible array in Dl_serinfo To: Florian Weimer References: <87a7ey8ytd.fsf@oldenburg2.str.redhat.com> <87imt37yva.fsf@oldenburg2.str.redhat.com> Cc: libc-alpha@sourceware.org From: Paul Eggert Openpgp: preference=signencrypt Message-ID: <8d585f89-e539-e96e-b120-7bd7a788c0b0@cs.ucla.edu> Date: Tue, 18 Jun 2019 15:17:06 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <87imt37yva.fsf@oldenburg2.str.redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit That looks OK to me, thanks. (Sorry, I thought I had already said "LGTM".)