PengZheng opened a new pull request, #596: URL: https://github.com/apache/celix/pull/596
This PR fixes #595, a use-after-free introduced by a previous attempt to avoid deadlock, by splitting the creation of a service tracker into two steps: 1. create a closed service tracker if not cancelled under the protection of `ctx->mutex` 2. open the tracker without holding `ctx->mutex` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org