Files
linux/net
Dan Carpenter 5ffedc6ed3 NFC: llcp: two bugs in ->getname()
The sockaddr_nfc_llcp struct has as hole between ->sa_family and
->dev_idx so I've added a memset() to clear it and prevent an
information leak.

Also the ->nfc_protocol element wasn't set so I've added that.

"uaddr->sa_family" and "llcp_addr->sa_family" are the same thing but
it's less confusing to use llcp_addr consistently throughout.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-04-25 01:47:59 -04:00
..
2013-03-10 05:19:26 -04:00
2013-04-25 01:47:58 -04:00
2013-04-25 01:47:59 -04:00
2013-03-08 00:35:44 -05:00
2012-09-26 21:10:25 -04:00
2013-02-10 19:41:08 -05:00
2010-10-15 15:53:27 +02:00