cvs commit: src/sys/netinet ip_output.c
Andre Oppermann
andre at FreeBSD.org
Mon Sep 11 12:56:41 PDT 2006
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
More information about the cvs-src
mailing list