From: Denis V. Lunev Date: Sat, 19 Jan 2008 07:53:31 +0000 (-0800) Subject: [NETNS]: Double free in netlink_release. X-Git-Tag: v2.6.25-rc1~1162^2~274 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=869e58f87094b1e8a0df49232e4a5172678d46c9;p=pandora-kernel.git [NETNS]: Double free in netlink_release. Netlink protocol table is global for all namespaces. Some netlink protocols have been virtualized, i.e. they have per/namespace netlink socket. This difference can easily lead to double free if more than 1 namespace is started. Count the number of kernel netlink sockets to track that this table is not used any more. Signed-off-by: Denis V. Lunev Tested-by: Alexey Dobriyan Signed-off-by: David S. Miller --- Reading git-diff-tree failed