Patch |
r1134032 |
r1134032 | stsp | 2011-06-09 18:39:43 +0000 (Thu, 09 Jun 2011) Fix issue #3664, "SASL support in inetd mode caused SIGSEGV during shutdown". Make sure svnserve pool cleanup handlers that call sasl_dispose() and sasl_done() are run in the right order. Patch by: Alec Kloss <alec.kloss at oracle.com> * subversion/svnserve/main.c (main): Create a subpool to handle the connection in inetd mode as well.