CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/11/23 06:30:59
Modified files:
sys/netinet6 : frag6.c in6_pcb.c in6_src.c ip6_forward.c
raw_ip6.c udp6_output.c
Log message:
When accessing cached routes make sure the route is actually still valid.
Before accessing a ro_rt make sure the route is either freshly allocated or
RTF_UP is set. If not ro_rt should be freed and reallocated or at least no
info from the ro_rt should be considered valid.
This seems to solve the crashes seen by Felipe Alfaro Solana.
some sort of OK dlg@