[Bug 272170] www/mod_auth_cookie_mysql2 is not thread-safe

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 26 Jun 2023 09:33:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272170

--- Comment #1 from Bob Bishop <rb@gid.co.uk> ---
It seems to be sufficient to add a mutex around the call to
check_valid_cookie() in mod_auth_cookie_sql2.c (and link with a thread-safe
mysql client library of course). Or avoid the problem by using the prefork MPM
if that works for you.

-- 
You are receiving this mail because:
You are the assignee for the bug.