Re: [hackers] [sic] add support for pledge()

From: Anselm R Garbe <garbeam_AT_gmail.com>
Date: Mon, 22 Aug 2016 11:19:20 +0200

On 14 August 2016 at 11:11, Hiltjo Posthuma <hiltjo_AT_codemadness.org> wrote:
> In general we should try to avoid ifdefs asmuch as possible. But I would not
> mind the pledge in the form:
>
> #ifdef __OpenBSD__
> if (pledge("stdio", NULL) == -1)
> eprint("error: pledge:");
> #endif
>
> Also in my opinion we should just import the OpenBSD strlcpy() version or
> rename the current one, it has not the same behaviour as strlcpy and is
> confusing.
>
> Attached is my proposed patch.

ACK

-Anselm
Received on Mon Aug 22 2016 - 11:19:20 CEST

This archive was generated by hypermail 2.3.0 : Mon Aug 22 2016 - 11:24:16 CEST