This is an automated email from the ASF dual-hosted git repository. pengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git
commit d571d5455762ef8ed093f94a436e8ece78915067 Merge: 698ba086 777bb1c2 Author: PengZheng <[email protected]> AuthorDate: Wed Apr 26 12:15:05 2023 +0800 Merge pull request #525 from apache/hotfix/utils_coverity_fix Hotfix/utils coverity fix libs/error_injector/CMakeLists.txt | 1 + libs/error_injector/ifaddrs/CMakeLists.txt | 26 ++++++++++++ libs/error_injector/ifaddrs/include/ifaddrs_ei.h | 35 ++++++++++++++++ libs/error_injector/ifaddrs/src/ifaddrs_ei.cc | 33 +++++++++++++++ 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, 175 insertions(+), 18 deletions(-)
