You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2022/04/12 09:21:35 UTC

[GitHub] [celix] xuzhenbao commented on a diff in pull request #413: Fix rsa use after free

xuzhenbao commented on code in PR #413:
URL: https://github.com/apache/celix/pull/413#discussion_r848200138


##########
bundles/remote_services/topology_manager/src/topology_manager.c:
##########
@@ -62,6 +62,7 @@ struct topology_manager {
 	celix_thread_mutex_t importedServicesLock;
 	celix_thread_mutexattr_t importedServicesLockAttr;
 	hash_map_pt importedServices;
+	bool stopAddImportedService;

Review Comment:
   It is a good idea, Thanks



-- 
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-unsubscribe@celix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org