]> git.sur5r.net Git - openldap/commit
Fix CONFIG_DELETE crash
authorHoward Chu <hyc@openldap.org>
Tue, 5 Nov 2013 20:59:56 +0000 (12:59 -0800)
committerHoward Chu <hyc@openldap.org>
Tue, 5 Nov 2013 20:59:56 +0000 (12:59 -0800)
commit6711876a3552b0de1cb8b67e8d36c89f93ca2b1c
treefa7643eb8f1c10f93201c924e0e09b3d954653d4
parenta12bedc2d8643dcc45435943908777c67a9de9d3
Fix CONFIG_DELETE crash

Closing a connection can abandon its ops without going thru the threadpool,
so make sure to lock the si_ops_mutex before walking the list.
servers/slapd/overlays/syncprov.c