Skip to content

Conversation

@srinibas15
Copy link

Reason for change: Debug for the Infra
Test Procedure: Check workflow
Risks: Low
Priority: P1

Reason for change: Debug for the Infra
Test Procedure: Check workflow
Risks: Low
Priority: P1

Signed-off-by: smohap466 <[email protected]>
@srinibas15 srinibas15 requested a review from a team as a code owner September 21, 2025 10:02
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

{
auto itr = std::find_if(usbStorageDeviceInfo.begin(), usbStorageDeviceInfo.end(), [deviceName](const USBStorageDeviceInfo& item){
return item.deviceName == deviceName;
printf("2.GetMountPoints:Device found in storage info list: %s\n", deviceName.c_str());
Copy link
Contributor

Choose a reason for hiding this comment

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

Coverity Issue - Structurally dead code

This code cannot be reached: "printf("2.GetMountPoints:De...".

Medium Impact, CWE-561
UNREACHABLE

Reason for change: Debug for the Infra
Test Procedure: Check workflow
Risks: Low
Priority: P1

Signed-off-by: smohap466 <[email protected]>
Reason for change: Debug for the Infra
Test Procedure: Check workflow
Risks: Low
Priority: P1

Signed-off-by: smohap466 <[email protected]>
ks734 pushed a commit that referenced this pull request Oct 27, 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