Date: Tue, 17 Sep 2002 04:13:04 -0700 (PDT) From: Maxim Konovalov <maxim@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_output.c Message-ID: <200209171113.g8HBD4Ap086245@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
maxim 2002/09/17 04:13:04 PDT
Modified files:
sys/netinet ip_output.c
Log:
In rare cases when there is no room for ip options ip_insertoptions()
can fail and corrupt a header length. Initialize len and check what
ip_insertoptions() returns.
Reviewed by: archie, silence on -net
MFC after: 5 days
Revision Changes Path
1.164 +3 -1 src/sys/netinet/ip_output.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209171113.g8HBD4Ap086245>
