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.1 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 70F9A1F462 for ; Sat, 1 Jun 2019 08:48:35 +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:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=yzqYvpIGiaYyv0pA OqdOONOUNIJxHYrxqcESHHW++tVUfTK/CBIrh4Z5DnD+Zoa1uqzf+g0aPG0EVwb3 FQbLQHYqvb2oG8RpO9b3XwimrBeViP+kVXjmFu2xqeWYaZAQl5pTPvSGajXJMfs/ irYcSqWjjhzeG6gNcUIV8/QG6g4= 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:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=gTNakJ9OOHfqf1WmUEjck8 2E5nA=; b=wgqNcaesPyN65eXkyHZjK9c00VprGyfaNlU7GagqeVsdHhVadCcNID lXPMifdv67jr5YABUMiZTCvn5OUFVfIUaTJo45qodzQQKx8dJVIH7wnV01RhBp9D f2EFF8RPWVMZ7EUyk3JaWMxgNpBN/l0EOW9J+hbpg5w+CuQeMY64Q= Received: (qmail 38476 invoked by alias); 1 Jun 2019 08:48:32 -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 16912 invoked by uid 89); 1 Jun 2019 08:48:18 -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 Cc: libc-alpha@sourceware.org References: <87k1ehzf7o.fsf@oldenburg2.str.redhat.com> <437469fe-7622-9021-0b0c-5e4a1cdb8482@cs.ucla.edu> <8736l4utui.fsf@oldenburg2.str.redhat.com> <87imtvhg7w.fsf@oldenburg2.str.redhat.com> From: Paul Eggert Message-ID: Date: Sat, 1 Jun 2019 01:48:14 -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: <87imtvhg7w.fsf@oldenburg2.str.redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Thanks, it looks OK to me.