Skip to content

RDKEMW-13215: BtrCore_BTGetPairedDeviceInfo crash#41

Open
PreethiLakshmi91 wants to merge 1 commit intordkcentral:developfrom
PreethiLakshmi91:develop
Open

RDKEMW-13215: BtrCore_BTGetPairedDeviceInfo crash#41
PreethiLakshmi91 wants to merge 1 commit intordkcentral:developfrom
PreethiLakshmi91:develop

Conversation

@PreethiLakshmi91
Copy link

Reason for change: Crash and memleak fix
Test Procedure: runbook test cases for bluetooth devices
Risks: Low
Priority: P1

@PreethiLakshmi91 PreethiLakshmi91 requested a review from a team as a code owner February 17, 2026 10:55
@PreethiLakshmi91 PreethiLakshmi91 force-pushed the develop branch 4 times, most recently from b872bb1 to 4352835 Compare February 18, 2026 13:58
@PreethiLakshmi91
Copy link
Author

CI Triggered:

  1. https://rdkportal-e.stb.r53.xcal.tv/github_cis#repo=bluetooth&pr_number=41 --> Not building any images
  2. https://rdkportal-e.stb.r53.xcal.tv/github_cis#repo=meta-rdk&pr_number=583 --> out of 14 builds, one failed which is not pointing to my changes.

@PreethiLakshmi91 PreethiLakshmi91 force-pushed the develop branch 4 times, most recently from 0aa29f2 to 2bbfb5f Compare February 25, 2026 04:59
Reason for change: Crash and memleak fix
Test Procedure: runbook test cases for bluetooth devices
Risks: Low
Priority: P1

Signed-off-by: ppalan289 <preethi_palanisamy@comcast.com>

dbus_connection_flush(pstlhBtIfce->pDBusConn);
dbus_message_unref(lpDBusMsg);
lpDBusMsg = NULL;
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 - Unused value

Assigning value "NULL" to "lpDBusMsg" here, but that stored value is overwritten before it can be used.

Low Impact, CWE-563
UNUSED_VALUE

}

dbus_message_unref(lpDBusReply);
lpDBusReply = NULL;
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 - Unused value

Assigning value "NULL" to "lpDBusReply" here, but that stored value is overwritten before it can be used.

Low Impact, CWE-563
UNUSED_VALUE

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.

3 participants