In article <[EMAIL PROTECTED]> (at Fri, 17 Nov 2006 15:26:28 +0200), Ville 
Nuorvala <[EMAIL PROTECTED]> says:


> -             dst_release(&rt->u.dst);
> +             if (rt)
> +                     dst_release(&rt->u.dst);
>       }

I disagree.  This does NOT fix any bugs.

(void *)&rt->u.dst is ever equal to (void*)rt, and
dst_release() checks if the argument is NULL.

--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

Reply via email to