From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/client/if-sock.c | 1 + 1 file changed, 1 insertion(+) diff --git a/android/client/if-sock.c b/android/client/if-sock.c index 2cd06e8..eef9a76 100644 --- a/android/client/if-sock.c +++ b/android/client/if-sock.c @@ -130,6 +130,7 @@ static void read_accepted(int fd) memset(&msg, 0, sizeof(msg)); memset(&iv, 0, sizeof(iv)); + memset(cmsgbuf, 0, sizeof(cmsgbuf)); iv.iov_base = &cs; iv.iov_len = sizeof(cs); -- 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