usagi CHANGELOG.USAGI usagi/kernel/linux26/net/ipv6 route.c
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
yoshfuji 2004/09/11 20:16:05 JST
Modified files:
. CHANGELOG.USAGI
kernel/linux26/net/ipv6 route.c
Log:
* kernel/linux26/net/ipv6/route.c: fix an oops in rt6_device_match();
Since rt->rt6i_idev is always set if a route was allocated dynamically,
it is safe to skip checking for them. However, when we hit
ip6_null_entry here, its rt6i_idev is NULL.
So, let's check if rt->rt6i_idev is !NULL, anyway;
this is minimum fix to avoid the oops for now.
Revision Changes Path
1.874 +9 -1 usagi/CHANGELOG.USAGI
1.59 +2 -1 usagi/kernel/linux26/net/ipv6/route.c