Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/bt-ifce/btrCore_dbus_bluez5.c
Original file line number Diff line number Diff line change
Expand Up @@ -4799,6 +4799,7 @@ BtrCore_BTGetPairedDeviceInfo (
if (strcmp(dbusObject2, "Paired") == 0 && device_prop) {
if(adapter_path)
strncpy(&paths[d][0], adapter_path, (strlen(adapter_path) < BT_MAX_DEV_PATH_LEN) ? strlen(adapter_path) : BT_MAX_DEV_PATH_LEN - 1);
//DummyPR
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

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

The added //DummyPR line looks like a placeholder and does not implement the stated crash/memory-leak fix. Please remove this dummy comment (or replace it with an explanatory comment tied to a real behavioral change) so the diff reflects the intended fix.

Copilot uses AI. Check for mistakes.
++d;
}
}
Expand Down
Loading