This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git
from 5969a2c3 Merge pull request #447 from
apache/feature/cxx14_framework_support
add 4b0d378a Fix several resource leaks and locking issues reported by
coverity
add 094fbd08 Update serviceId in rsa description from ulong to long
add 97bc41b0 Add close of file descriptor in psa tcp exception handling
add 1ce5e62a Add CXX standard 17 for Celix Promises lib
add 3a8f3d90 Add missing close(df) to pubsub tcp handler and revert use of
celix_utils_strdup in rsa
add 8624f833 Remove unneeded close(fd) calls in pubsub tcp
add 268fec30 Merge remote-tracking branch 'origin/master' into
feature/some_coverity_fixes
new fcb66ae4 Merge pull request #448 from
apache/feature/some_coverity_fixes
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 2 +-
.../pubsub_admin_tcp/src/pubsub_tcp_handler.c | 2 +
.../discovery_common/src/discovery.c | 18 ++++-----
.../src/import_registration_dfi.c | 2 +-
.../src/remote_service_admin_dfi.c | 10 ++---
.../rsa_common/src/endpoint_description.c | 43 ++++++----------------
.../rsa_common/src/export_registration_impl.c | 4 +-
.../rsa_spi/include/endpoint_description.h | 8 ++--
.../topology_manager/src/topology_manager.c | 10 ++---
bundles/shell/shell/api/celix_shell_constants.h | 4 +-
bundles/shell/shell/src/Shell.cc | 8 ++--
bundles/shell/shell/src/lb_command.c | 5 +--
bundles/shell/shell/src/query_command.c | 5 +--
.../src/CalcTrackerBundleActivator.cc | 2 +-
libs/framework/include/celix/Trackers.h | 3 +-
libs/framework/src/celix_framework_utils.c | 3 ++
libs/promises/CMakeLists.txt | 3 ++
.../api/celix/impl/AbstractPushEventSource.h | 2 +-
18 files changed, 56 insertions(+), 78 deletions(-)