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

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


    from 12695f2c Revert erroneous commit.
     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.
     add d571d545 Merge pull request #525 from apache/hotfix/utils_coverity_fix
     add 185c5850 Merge branch 'master' into feature/export_headers

No new revisions were added by this update.

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