Passing NULL to promises or execpromises specifies to not change the
current value.
It seems a number of these should be pledge("", "");.
From OpenBSD `man 2 pledge`:
```
Passing NULL to promises or execpromises specifies to not change the
current value.
```
It seems a number of these should be `pledge("", "");`.
Passing NULL to promises or execpromises specifies to not change the
current value.
It seems a number of these should be pledge("", "");.
That’s strange. I remember having this conversation verbally recently and making commits to make this change but clearly this change has not occurred.
> From OpenBSD `man 2 pledge`:
>
> ```
> Passing NULL to promises or execpromises specifies to not change the
> current value.
> ```
>
> It seems a number of these should be `pledge("", "");`.
That’s strange. I remember having this conversation verbally recently and making commits to make this change but clearly this change has not occurred.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I fixed a ton of issues with the leanness of my existing code and uncovered some problems to solve in the meantime.
I want to make
fop(1)streaming instead of buffered, and after that, this can be merged.From OpenBSD
man 2 pledge:It seems a number of these should be
pledge("", "");.That’s strange. I remember having this conversation verbally recently and making commits to make this change but clearly this change has not occurred.
I’m going to put off making
fop(1)streaming for another day so that we can get this merged.Merged.
Pull request closed