xuzhenbao opened a new pull request, #413: URL: https://github.com/apache/celix/pull/413
#406 During the bundleActivator_stop of topology manager, endpointDescription_destroy in endpointDiscoveryPoller_poll happened between serviceRegistration_unregister(activator->endpointListenerService) and topologyManager_closeImports. Thus use-after-free on endpoint follows. To ensure that endpoint has been removed from topology manager before it is destoryed by discovery, I made the following changes. -- 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