Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/15/2000 18:27:15
Module Name: syssrc
Committed By: itojun
Date: Sun Jul 16 01:27:14 UTC 2000
Modified Files:
syssrc/sys/netinet [netbsd-1-5]: tcp_input.c
Log Message:
pullup 1.112 -> 1.113 (approved by releng-1-5)
date: 2000/07/09 12:49:08; author: itojun; state: Exp; lines: +4 -2
be more cautious about tcp option length field. drop bogus ones earlier.
not sure if there is a real threat or not, but it seems that there's
possibility for overrun/underrun (like non-NOP option with optlen > cnt).
To generate a diff of this commit:
cvs rdiff -r1.108.4.1 -r1.108.4.2 syssrc/sys/netinet/tcp_input.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.