https://bz.apache.org/bugzilla/show_bug.cgi?id=61558

--- Comment #19 from Joe Orton <jor...@redhat.com> ---
(In reply to Yann Ylavic from comment #16)
> The pointer is cleared (NULL) with pconf, after which
> ap_unixd_hook_mpm_query() will return DECLINED insteaf of calling the
> registered (and now unloaded) mpm function.

Ah, I see.  Yes, that should work then too.

> Early apr_hook_deregister_all() looks like a simpler (and wider) solution,
> but don't/can't we have legitimate cleanups (i.e. run in time and/or with no
> scope issue) that'd run hooks? If not, I'm all for this!

Since we specifically tie hooks to the pconf lifetime it should be safe,
perhaps correctly it should done as a registered cleanup.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to