Skip to content

Conversation

Prathyushakothuru
Copy link
Contributor

No description provided.

@Prathyushakothuru Prathyushakothuru requested a review from a team as a code owner June 18, 2025 09:24
@rdkcmf-jenkins
Copy link
Contributor

Coverity Issue - Variable copied when it could be moved

"videoPort" is passed-by-value as parameter to "std::__cxx11::basic_string<char, std::char_traits, std::allocator >::basic_string(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const &)", when it could be moved instead.

Low Impact, CWE-none
COPY_INSTEAD_OF_MOVE

How to fix

Use "std::move(""videoPort"")" instead of "videoPort".

Issue location

This issue was discovered outside the diff for this Pull Request. You can find it at:
Tests/L1Tests/tests/test_HdcpProfile.cpp:394

@suppal045 suppal045 merged commit 391cad6 into develop Jul 9, 2025
7 of 8 checks passed
tabbas651 added a commit that referenced this pull request Jul 10, 2025
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.

5 participants