apache / celix

Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
https://celix.apache.org/
Apache License 2.0
158 stars 85 forks source link

Feature/coverity fixes #689

Closed PengZheng closed 7 months ago

PengZheng commented 7 months ago

This PR fixes some newly reported Coverity issues. Note that I left unfamiliar parts (C++ API and PSA) untouched.

Some of them are real bugs. Thus I will backport it to 2.4.x once merged.