]> granicus.if.org Git - apache/commit
fix segv triggered by recent ap_lingering_close change
authorDoug MacEachern <dougm@apache.org>
Mon, 12 Nov 2001 22:01:14 +0000 (22:01 +0000)
committerDoug MacEachern <dougm@apache.org>
Mon, 12 Nov 2001 22:01:14 +0000 (22:01 +0000)
commit05c8ba57eb6267052d8b09c2ef4a04d5de69b945
treea5f1659102571a79b1afdb79a181a7b19e7d30b3
parentd54f6fb0f9f9c131322dbe23adcee8de86bf9688
fix segv triggered by recent ap_lingering_close change
need to set SSLFilterRec.pssl = NULL when ssl_hook_CloseConnection is called
otherwise, ap_lingering_close -> ap_flush_conn will call ssl_io_filter_Output
which thinks it can still use the SSLFilterRec.pssl
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91886 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_kernel.c