@vingarzan commented on this pull request.


In src/modules/cdp/peerstatemachine.c:

> +		// Ensure proper locking order
+		lock_release(p->lock);
 		session = cdp_get_session(msg->sessionId->data);
+		lock_get(p->lock);

I see now that you tried to at least have the same order of locking...


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/4191/review/2727972629@github.com>