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

From: Joerg Jung <mail_AT_umaxx.net>
Date: Wed, 8 Mar 2017 14:51:30 +0100

> On 22 Aug 2016, at 11:19, Anselm R Garbe <garbeam_AT_gmail.com> wrote:
> 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

…back on this topic, makes one feel like a corpse vulture :)
Any chance to get this committed?
Received on Wed Mar 08 2017 - 14:51:30 CET

This archive was generated by hypermail 2.3.0 : Wed Mar 08 2017 - 15:00:43 CET