Bluetooth: sco: fix information leak to userspace
[linux-flexiantxendom0-natty.git] / net / bluetooth / sco.c
index 960c6d1..926ed39 100644 (file)
@@ -703,6 +703,7 @@ static int sco_sock_getsockopt_old(struct socket *sock, int optname, char __user
                        break;
                }
 
+               memset(&cinfo, 0, sizeof(cinfo));
                cinfo.hci_handle = sco_pi(sk)->conn->hcon->handle;
                memcpy(cinfo.dev_class, sco_pi(sk)->conn->hcon->dev_class, 3);