]> 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)
commit8c3ce8f64ac7eac8b30b974d2fba40a68e27dd0c
treea5f1659102571a79b1afdb79a181a7b19e7d30b3
parent601b80aa8a72385b3e972eae5512ec28c2b452c8
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