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

pengzheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git


    from 698ba086 Merge pull request #523 from apache/feature/fix_lb_command
     add be3d4322 Fix Coverity 218468 Resource leak.
     add a027f6df Fix Coverity 211184 Dereference after null check.
     add 717704d7 Fix Coverity 200291 Unchecked return value.
     add 479ccf06 Fix Coverity 200287 Untrusted loop bound.
     add 777bb1c2 Fix Coverity 185518 Argument cannot be negative.
     new d571d545 Merge pull request #525 from apache/hotfix/utils_coverity_fix

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:
 libs/error_injector/CMakeLists.txt                 |  1 +
 .../{eventfd => ifaddrs}/CMakeLists.txt            | 12 +++---
 .../asprintf_ei.h => ifaddrs/include/ifaddrs_ei.h} | 10 +++--
 .../asprintf_ei.h => ifaddrs/src/ifaddrs_ei.cc}    | 22 +++++-----
 libs/utils/gtest/CMakeLists.txt                    |  3 +-
 .../gtest/src/IpUtilsErrorInjectionTestSuite.cc    | 47 ++++++++++++++++++++++
 libs/utils/gtest/src/VersionRangeTestSuite.cc      | 12 +-----
 libs/utils/private/test/ip_utils_test.cpp          |  6 ++-
 libs/utils/private/test/version_test.cpp           |  7 ++++
 libs/utils/src/ip_utils.c                          | 17 ++++++--
 libs/utils/src/properties.c                        |  2 +-
 libs/utils/src/version.c                           |  2 +
 libs/utils/src/version_range.c                     |  2 +
 13 files changed, 105 insertions(+), 38 deletions(-)
 copy libs/error_injector/{eventfd => ifaddrs}/CMakeLists.txt (72%)
 copy libs/error_injector/{asprintf/include/asprintf_ei.h => 
ifaddrs/include/ifaddrs_ei.h} (87%)
 copy libs/error_injector/{asprintf/include/asprintf_ei.h => 
ifaddrs/src/ifaddrs_ei.cc} (74%)
 create mode 100644 libs/utils/gtest/src/IpUtilsErrorInjectionTestSuite.cc

Reply via email to