Re: [PATCH] ipv6: Fix dst_release of invalid pointer

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Miller
Date: Wednesday, January 27, 2010 - 12:11 am

From: Krishna Kumar <krkumar2@in.ibm.com>
Date: Wed, 27 Jan 2010 12:38:02 +0530


NULL, is NULL, is NULL, and always will be NULL.

Even if rt == NULL, &rt->u.dst will be NULL too.

So it's just plain NULL.

You NULL that? :-)

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] ipv6: Fix dst_release of invalid pointer, Krishna Kumar, (Wed Jan 27, 12:08 am)
Re: [PATCH] ipv6: Fix dst_release of invalid pointer, David Miller, (Wed Jan 27, 12:11 am)
Re: [PATCH] ipv6: Fix dst_release of invalid pointer, Krishna Kumar2, (Wed Jan 27, 12:59 am)