mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Note fixme
This commit is contained in:
parent
49bd9befa4
commit
e2f2186aa0
1 changed files with 1 additions and 2 deletions
|
|
@ -98,8 +98,7 @@ done:
|
|||
/* give up connection lock */
|
||||
ldap_pvt_thread_mutex_unlock( &op->o_conn->c_mutex );
|
||||
|
||||
/*
|
||||
* RACE CONDITION: we give up lock before sending result
|
||||
/* FIXME: RACE CONDITION! we give up lock before sending result
|
||||
* Should be resolved by reworking connection state, not
|
||||
* by moving send here (so as to ensure proper TLS sequencing)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue