Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH 1/2] report bad ELF interpreter if it causes exec to fail
- X-seq: zsh-workers 34911
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Kamil Dudka <kdudka@xxxxxxxxxx>
- Subject: Re: [PATCH 1/2] report bad ELF interpreter if it causes exec to fail
- Date: Fri, 17 Apr 2015 13:49:57 +0000
- Cc: zsh-workers@xxxxxxx
- 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=
- In-reply-to: <1429277155-24607-1-git-send-email-kdudka@redhat.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1429277155-24607-1-git-send-email-kdudka@redhat.com>
Kamil Dudka wrote on Fri, Apr 17, 2015 at 15:25:54 +0200:
> +/* The following code is taken from <https://bugzilla.redhat.com/60870>. */
> +#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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author