Make OpenSSLSession refcount updates part of the critical section
Summary: Prevent a race condition where a session's reference count can be decremented to 0 (causing the session to be freed) by one thread before another thread can increment the reference count. Reviewed By: mingtaoy Differential Revision: D26614966 fbshipit-source-id: 6c55321becfc1a3467f57c692065680a32ac21f3
Showing
Please register or sign in to comment