[Bug 272170] www/mod_auth_cookie_mysql2 is not thread-safe
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 272170] www/mod_auth_cookie_mysql2 is not thread-safe"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.