-
Notifications
You must be signed in to change notification settings - Fork 4
RDK-57914: Dynamic WhoAmI feature control for Manintenance Manager #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Gomathi Shankar <[email protected]>
|
LGTM |
|
Please resolve conflicts. LGTM |
Coverity Issue - Data race conditionAccessing "this->g_task_status" without holding lock "WPEFramework::Plugin::MaintenanceManager.m_statusMutex". Elsewhere, "WPEFramework::Plugin::MaintenanceManager.g_task_status" is written to with "MaintenanceManager.m_statusMutex" held 13 out of 16 times. Medium Impact, CWE-366 Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Data race conditionAccessing "this->m_task_map" without holding lock "WPEFramework::Plugin::MaintenanceManager.m_statusMutex". Elsewhere, "WPEFramework::Plugin::MaintenanceManager.m_task_map" is written to with "MaintenanceManager.m_statusMutex" held 11 out of 15 times. Medium Impact, CWE-366 Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
|
Comments addressed and Conflicts resolved |
tdeva14
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Coverity Issue - Unchecked return valueCalling "Invoke" without checking return value (as is done elsewhere 1 out of 1 times). Medium Impact, CWE-252 Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Variable copied when it could be moved"joGetResult" is passed-by-value as parameter to "WPEFramework::Core::JSON::VariantContainer::VariantContainer(WPEFramework::Core::JSON::VariantContainer const &)", when it could be moved instead. Low Impact, CWE-none How to fixUse "std::move(""joGetResult"")" instead of "joGetResult". Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
tdeva14
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.