gre: Fix use after free in netns compatibility layer.
authorJesse Gross <jesse@nicira.com>
Mon, 8 Feb 2010 19:52:20 +0000 (14:52 -0500)
committerJesse Gross <jesse@nicira.com>
Mon, 8 Feb 2010 19:54:43 +0000 (14:54 -0500)
commita91f96d70870e2ba5324d4b5cea5aa9fe874ebee
treebb889a8de5a209ef6be92817a435576ce92953ef
parent7dab847a19503f537c57c2215748f0b50b94f51e
gre: Fix use after free in netns compatibility layer.

The newly updated network namespace compatibility layer contained
an issue in the pernet automatic storage allocation feature that
prematurely freed memory.  This caused an OOPS if the module was
unloaded.
datapath/linux-2.6/compat-2.6/net_namespace-ip_gre.c