From: Theo Buehler Subject: Re: [PATCH libtls] keypairtest: Initialize tls_error before running tests To: Michael Forney Cc: tech@openbsd.org Date: Wed, 15 Apr 2026 22:13:21 +0200 On Wed, Apr 15, 2026 at 12:34:51PM -0700, Michael Forney wrote: > Otherwise, if a test fails, tls_error_clear will attempt to free > the uninitialized msg pointer. Applied, thanks.