You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2022/11/28 18:20:36 UTC

[celix] branch feature/some_coverity_fixes updated (4b0d378a -> 97bc41b0)

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a change to branch feature/some_coverity_fixes
in repository https://gitbox.apache.org/repos/asf/celix.git


    from 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

No new revisions were added by this update.

Summary of changes:
 .../pubsub_admin_tcp/src/pubsub_tcp_handler.c      |  3 +-
 .../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          | 45 ++++++----------------
 .../rsa_common/src/export_registration_impl.c      |  4 +-
 .../rsa_spi/include/endpoint_description.h         |  8 ++--
 .../topology_manager/src/topology_manager.c        | 10 ++---
 8 files changed, 37 insertions(+), 63 deletions(-)