From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13410 invoked by alias); 17 Apr 2015 13:50:13 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34911 Received: (qmail 24293 invoked from network); 17 Apr 2015 13:50:03 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=bG5avO5fVu8/7BwRKHnmywDWpBY=; b=pDSLg1 MX5IhBWHRIt5A26UgyWC6YFjGNnmH9w8CcyJ4w1GccKHGZAS2Ka1fjfdHWGvLdOO XJS/nfU/TkZwXRRpSEkXBW8vvcjvR4oG96c+eS8KvsU6khwycAkG7r5F8opuH1vk /spSo8y4ThvKtyl+QqTXQyO3wl3UK003QMfNc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=bG5avO5fVu8/7BwRKHnmywDWpBY=; b=hqajv VVnLy3Tu5Sq5i10pOEXRAPyeTVWtZBuxCq3xOQSbW1EyTRnveH51B8brOGTOiqaU PX/Hc3uDpQubz2oAQx/Fn1VNhUZ4Zpuvg9MRtHRja0qOGlwCOHBsOAzg8/fJCVub CPPUiMPyq4/shRhg5x5Jq9SJvwneF4Boc5gYRI= X-Sasl-enc: /VZ0ID4TtrkNbqPwMcjVerkzihTdUaqsp0O5qwdtiicQ 1429278600 Date: Fri, 17 Apr 2015 13:49:57 +0000 From: Daniel Shahaf To: Kamil Dudka Cc: zsh-workers@zsh.org Subject: Re: [PATCH 1/2] report bad ELF interpreter if it causes exec to fail Message-ID: <20150417134957.GB2426@tarsus.local2> References: <1429277155-24607-1-git-send-email-kdudka@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1429277155-24607-1-git-send-email-kdudka@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Kamil Dudka wrote on Fri, Apr 17, 2015 at 15:25:54 +0200: > +/* The following code is taken from . */ > +#ifdef HAVE_ELF_H > +static int > +checkelfinterp(const char *pth, int fd, const char *sample, int sample_len) Is this code available under a license compatible with zsh's license? The bug report doesn't state a license explicitly, so I presume any code on the bug report is GPLed unless stated otherwise. Sorry to be license nanny. Cheers, Daniel