andre 2006-09-11 19:56:10 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_output.c
Log:
Fix a NULL pointer dereference of ro->ro_rt->rt_flags by checking for the
validity of ro->ro_rt first. This prevents crashing on any non-normally
routed IP packet.
Coverity CID: 162 (incorrectly, it was re-introduced by previous commit)
Revision Changes Path
1.263 +1 -1 src/sys/netinet/ip_output.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"