K 10 svn:author V 6 adrian K 8 svn:date V 27 2012-11-28T07:12:08.826660Z K 7 svn:log V 220 Call if_free() with the correct vnet context if and only if ifp_vnet isn't NULL. If the attach fails prematurely and there's no if_vnet context, calling CURVNET_SET(ifp->if_vnet) is going to dereference a NULL pointer. END