Skip to content

Conversation

Abhinavpv28
Copy link
Contributor

No description provided.

@Abhinavpv28 Abhinavpv28 requested a review from a team as a code owner June 5, 2025 09:26
class TestableMaintenanceManager : public Plugin::MaintenanceManager {
public:
std::string statusToReturn;
void setMockActivationStatus(const std::string& status) { statusToReturn = status; }
Copy link
Contributor

@rdkcmf-jenkins rdkcmf-jenkins Jun 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverity issue no longer present as of: undefined

Show issue

Coverity Issue - Explicit null dereferenced

Attempting to access the managed object of an empty smart pointer "this->plugin_".

Medium Impact, CWE-476
FORWARD_NULL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants