"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
"Omar Polo" <op@omarpolo.com>
Subject:
Re: parse gotwebd querystrings under pledge "stdio"
To:
Stefan Sperling <stsp@stsp.name>
Cc:
gameoftrees@openbsd.org
Date:
Sun, 07 Sep 2025 20:28:01 +0200

Download raw body.

Thread
Stefan Sperling <stsp@stsp.name> wrote:
> Move parsing of gotwebd querystrings into the pledge("stdio") process.
> 
> Fields of the querystring structure become fixed-sized buffers for
> easy passing over imsg. This means we can no longer check pointers
> in this structure for NULL. Instead we have to check for empty strings.
> 
> ok?

ok op@