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 34913
 
- From: Kamil Dudka <kdudka@xxxxxxxxxx>
 
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
 
- Subject: Re: [PATCH 1/2] report bad ELF interpreter if it causes exec to fail
 
- Date: Fri, 17 Apr 2015 16:32:54 +0200
 
- Cc: zsh-workers@xxxxxxx
 
- In-reply-to: <20150417134957.GB2426@tarsus.local2>
 
- 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> <20150417134957.GB2426@tarsus.local2>
 
On Friday 17 April 2015 13:49:57 Daniel Shahaf wrote:
> 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
Good point.  I have asked the original author about this privately...
Kamil
Messages sorted by:
Reverse Date,
Date,
Thread,
Author