linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] service: Remove extra memory copying from cancel_authorization
@ 2012-10-02  9:33 Szymon Janc
  2012-10-02  9:33 ` [PATCH 2/2] agent: Remote not used variables from pincode_reply Szymon Janc
  2012-10-02  9:50 ` [PATCH 1/2] service: Remove extra memory copying from cancel_authorization Johan Hedberg
  0 siblings, 2 replies; 3+ messages in thread
From: Szymon Janc @ 2012-10-02  9:33 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

src is never read before being overwritten few lines below.

---
 plugins/service.c |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/plugins/service.c b/plugins/service.c
index 45886ac..d586d79 100644
--- a/plugins/service.c
+++ b/plugins/service.c
@@ -662,11 +662,6 @@ static DBusMessage *cancel_authorization(DBusConnection *conn,
 	if (auth == NULL)
 		return btd_error_does_not_exist(msg);
 
-	if (serv_adapter->adapter)
-		adapter_get_address(serv_adapter->adapter, &src);
-	else
-		bacpy(&src, BDADDR_ANY);
-
 	btd_cancel_authorization(auth->id);
 
 	reply = btd_error_not_authorized(auth->msg);
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-02  9:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02  9:33 [PATCH 1/2] service: Remove extra memory copying from cancel_authorization Szymon Janc
2012-10-02  9:33 ` [PATCH 2/2] agent: Remote not used variables from pincode_reply Szymon Janc
2012-10-02  9:50 ` [PATCH 1/2] service: Remove extra memory copying from cancel_authorization Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).