af_packet: do not accept mc address smaller then dev->addr_len in packet_mc_add()
authorJiri Pirko <jpirko@redhat.com>
Wed, 24 Feb 2010 23:57:04 +0000 (23:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Feb 2010 12:18:34 +0000 (04:18 -0800)
There is no point of accepting an address of smaller length than dev->addr_len
here. Therefore change this for stonger check.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found