commit | 9ea2aa8b7dba9e99544c4187cc298face254569f | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Jan 04 15:20:29 2015 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Jan 06 22:27:46 2015 +0100 |
tree | 2d6056766f02f0f1682b52bc4f68fb4d8d1b8b29 | |
parent | 8ca3f5e974f2b4b7f711589f4abff920db36637a [diff] |
netfilter: nfnetlink: validate nfnetlink header from batch Make sure there is enough room for the nfnetlink header in the netlink messages that are part of the batch. There is a similar check in netlink_rcv_skb(). Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>