From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Use size of option instead of size of pointer --- tools/l2test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/l2test.c b/tools/l2test.c index 9a7c809..aaa1608 100644 --- a/tools/l2test.c +++ b/tools/l2test.c @@ -287,7 +287,7 @@ static int setopts(int sk, struct l2cap_options *opts) { if (bdaddr_type == BDADDR_BREDR || cid) return setsockopt(sk, SOL_L2CAP, L2CAP_OPTIONS, opts, - sizeof(opts)); + sizeof(*opts)); return setsockopt(sk, SOL_BLUETOOTH, BT_RCVMTU, &opts->imtu, sizeof(opts->imtu)); -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html