challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 59aac5395b7f1e00d8c85e8b2c43758cb8cb86fb
parent 735e34e2673a1b42ec518aa027decddbd124b8ec
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  6 Jul 2026 11:02:08 +0200

fix leak

Diffstat:
Msrc/challenger/challenger-httpd_challenge.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/challenger/challenger-httpd_challenge.c b/src/challenger/challenger-httpd_challenge.c @@ -602,6 +602,7 @@ check_restrictions (const json_t *address) str, regex, key); + regfree (&re); return key; } regfree (&re);