]> git.ipfire.org Git - thirdparty/openldap.git/commit
Fix a race on bind response processing.
authorOndřej Kuzník <okuznik@symas.com>
Thu, 8 Feb 2018 23:44:31 +0000 (23:44 +0000)
committerOndřej Kuzník <okuznik@symas.com>
Tue, 17 Nov 2020 17:58:14 +0000 (17:58 +0000)
commit9bd90a741cb113b0986796b87e63c9e90e6432a7
tree0900dad25fc9213cc47cec425fc7728b5d5245f7
parent485a169758b14640bc22254850b769298f299c0f
Fix a race on bind response processing.

During response processing, an upstream connection could be marked ready
after a different bind had already been allocated to it, thus allowing
two binds to be in progress on the same connection.
servers/lloadd/bind.c
servers/lloadd/operation.c
servers/lloadd/upstream.c