In article <[EMAIL PROTECTED]> (at Mon, 06 Mar 2006 21:50:33 +0100), Jean-Mickael Guerin <[EMAIL PROTECTED]> says:
> Hi, > > This patch fixes potential null pointer dereference (I never experiment > such crash). > The patch is made for net-2.6.17. I disagree. It never happen, because (void *)&rt->u.dst is equal to (void *)rt, and dst_release() checks its argument. --yoshfuji - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html