From: "Todd C. Miller" Subject: Re: Only use string literals as format strings for dprintf() To: Christian Weisgerber Cc: gameoftrees@openbsd.org Date: Thu, 10 Sep 2020 13:15:35 -0600 On Thu, 10 Sep 2020 20:29:15 +0200, Christian Weisgerber wrote: > Only use string literals as format strings for dprintf(). I don't understand why this doesn't just use write(2). Perhaps it originally used dprintf() but was converted to asprintf() and the dprintf() just never got converted to a write()? - todd