commit | cc63f70b8b410eb653449151821f6b8b9af6ca42 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@openvz.org> | Tue Feb 06 14:35:25 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Feb 08 12:39:04 2007 -0800 |
tree | b78fb82523f1ed05c6e0a3547021ba213aa2d3b6 | |
parent | f2f2102d1a1dbc83b5b37b6596cd8374120cbe16 [diff] |
[IPV4/IPV6] multicast: Check add_grhead() return value add_grhead() allocates memory with GFP_ATOMIC and in at least two places skb from it passed to skb_put() without checking. Signed-off-by: Alexey Dobriyan <adobriyan@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>