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)
commit914c8ad2d18b62ad1420f518c0cab0b0b90ab308
tree1e2d35a5dd2c1dcba1cc02f9c022ce923dc12d9f
parent2a3f279034b46204b50408aa2c25ee0882120147
af_packet: do not accept mc address smaller then dev->addr_len in packet_mc_add()

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>
net/packet/af_packet.c