From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117492 invoked by alias); 2 Sep 2015 15:22:39 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 117463 invoked by uid 89); 2 Sep 2015 15:22:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f170.google.com Received: from mail-yk0-f170.google.com (HELO mail-yk0-f170.google.com) (209.85.160.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 02 Sep 2015 15:22:37 +0000 Received: by ykek143 with SMTP id k143so13214173yke.2 for ; Wed, 02 Sep 2015 08:22:35 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.129.134.3 with SMTP id w3mr33788109ywf.48.1441207355669; Wed, 02 Sep 2015 08:22:35 -0700 (PDT) Received: by 10.13.254.195 with HTTP; Wed, 2 Sep 2015 08:22:35 -0700 (PDT) In-Reply-To: <20150902151404.GA12757@host1.jankratochvil.net> References: <20150821212006.6673.35100.stgit@host1.jankratochvil.net> <20150902074113.GA32556@host1.jankratochvil.net> <20150902151404.GA12757@host1.jankratochvil.net> Date: Wed, 02 Sep 2015 15:22:00 -0000 Message-ID: Subject: Re: [PATCH v12 00/32] Validate binary before use From: Doug Evans To: Jan Kratochvil Cc: Doug Evans , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00039.txt.bz2 On Wed, Sep 2, 2015 at 8:14 AM, Jan Kratochvil wrote: > The Fedora patchset intentionally disables build-ids verification/lookup if > random-program is specified as it was breaking some compatibility Interesting. What kind of compatibility? > and IMO it > does not make sense to specify random-program if build-ids are available. Why is that? [Just because one has a build id doesn't necessarily mean one knows where a program is. Or did I misunderstand?]