pnoltes opened a new pull request, #548: URL: https://github.com/apache/celix/pull/548
This pull request addresses an issue related to the management of bundle activator symbols within the framework library. Previously, when a bundle lacked an activator library, the dlsym function was still invoked with a NULL argument. This could result in potentially invalid bundle activator functions being executed if the relevant symbols were present in the main executable. This hotfix PR ensure that it the bundle activator handle is NULL, dlsym is not called. Also fixes a invalid default in the celix_constants.h documentation for the config property `CELIX_FRAMEWORK_CLEAN_CACHE_DIR_ON_CREATE`. -- 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