]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[NETLINK]: Convert core netlink handling to new netlink api
authorThomas Graf <tgraf@suug.ch>
Sat, 5 Aug 2006 06:03:29 +0000 (23:03 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 21:53:44 +0000 (14:53 -0700)
commitbf8b79e444a748963c71d2a58709e1ce5597e1b5
tree4f598fc078926f3729cc615d0a5a00c2d1e57967
parentfe4944e59c357f945f81bc67edb7ed1392e875ad
[NETLINK]: Convert core netlink handling to new netlink api

Fixes a theoretical memory and locking leak when the size of
the netlink header would exceed the skb tailroom.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/af_netlink.c