lkml.org 
[lkml]   [2011]   [Dec]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: BUG: unable to handle kernel NULL pointer dereference in ipv6_select_ident
From
Date
Le jeudi 22 décembre 2011 à 08:58 +0100, Steffen Klassert a écrit :
> On Thu, Dec 22, 2011 at 08:51:17AM +0100, Eric Dumazet wrote:
> >
> > Prior to 618f9bc74a0, we were calling
> >
> > static inline u32 dst_mtu(const struct dst_entry *dst)
> > {
> > u32 mtu = dst_metric_raw(dst, RTAX_MTU);
> >
> > if (!mtu)
> > mtu = dst->ops->mtu(dst);
> >
> > return mtu;
> > }
> >
> > with dst = fake_rtable
> >
> > and we did :
> >
> > dst_init_metrics(&rt->dst, br_dst_default_metrics, true);
> >
> > so dst_metric_raw(dst, RTAX_MTU) was returning 1500
> >
> > So bug is new, we dont need to backport this fix.
> >
>
> Ok, I see. Thanks for pointing it out!

You're welcome.

By the way we no longer have this 1500 hard coded, not sure it it
matters or not, but it looks better anyway.



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2011-12-22 09:07    [W:0.417 / U:0.732 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site