Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: [PATCH libtls] keypairtest: Initialize tls_error before running tests
To:
Michael Forney <mforney@mforney.org>
Cc:
tech@openbsd.org
Date:
Wed, 15 Apr 2026 22:13:21 +0200

Download raw body.

Thread
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.