This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch feature/error_injector
in repository https://gitbox.apache.org/repos/asf/celix.git
from 60a0ddf2 Add basic error injector mechanism.
add ea2fc914 Update debug flags, so that -Og (optimalization for
debugging) is used
add 1f8d035e Force a -O0 flag for libdfi
add ce9aacc4 Force a -O0 flag for libdfi gtest executable
add a742aaa1 Add issue nr to the reason why libdfi needs to be tested with
optimization -O0
add aea48237 Merge pull request #454 from
apache/feature/update_debug_optimalization_flag
add c5251212 Fix several null pointer dereferences and uninitialized
variables issues
add 9d786d16 Merge pull request #467 from
apache/feature/fix_issues_found_last_coverity_scan
new bfed7033 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/celix into feature/error_injector
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:
CMakeLists.txt | 4 ++--
bundles/deployment_admin/src/deployment_admin.c | 5 +++--
.../pubsub_protocol_lib/src/pubsub_wire_protocol_common.c | 2 +-
.../pubsub_protocol_wire_v1/gtest/src/PS_WP_tests.cc | 3 +++
libs/dfi/CMakeLists.txt | 1 -
libs/dfi/gtest/CMakeLists.txt | 7 +++++++
libs/dfi/gtest/src/dyn_function_tests.cpp | 10 ++--------
7 files changed, 18 insertions(+), 14 deletions(-)