From: "Omar Polo" Subject: Re: parse gotwebd querystrings under pledge "stdio" To: Stefan Sperling Cc: gameoftrees@openbsd.org Date: Sun, 07 Sep 2025 20:28:01 +0200 Stefan Sperling 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@