Index | Thread | Search

From:
Johannes Thyssen Tishman <jtt@openbsd.org>
Subject:
Re: cal: add option to highlight the current day
To:
tech@openbsd.org
Date:
Sun, 5 Jul 2026 10:45:11 +0000

Download raw body.

Thread
2026-07-04T07:25:20-0600 Theo de Raadt <deraadt@openbsd.org>:
> Calling tgetent() late is bizzare, and it made you do this:
> 
> -       if (pledge("stdio", NULL) == -1)
> +       if (pledge("stdio rpath tty", NULL) == -1)
>                 err(1, "pledge");
> 
> In a word: Nope.

Thanks for pointing this out Theo. I've addressed this in the patch I
just sent in reply to Job.