[38/50] Fix IPV6 append OOPS.

2007-09-24 Thread Greg KH
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> commit e1f52208bb968291f7d9142eff60b62984b4a511 in mainline. [IPv6]: Fix NULL pointer dereference in ip6_flush_pending_frames Some of skbs in sk->write_queue do not have skb->dst because we do not fill skb->dst when we allocate new skb in

[38/50] Fix IPV6 append OOPS.

2007-09-24 Thread Greg KH
From: YOSHIFUJI Hideaki [EMAIL PROTECTED] commit e1f52208bb968291f7d9142eff60b62984b4a511 in mainline. [IPv6]: Fix NULL pointer dereference in ip6_flush_pending_frames Some of skbs in sk-write_queue do not have skb-dst because we do not fill skb-dst when we allocate new skb in append_data().