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



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