From owner-freebsd-commit Wed Apr 5 03:32:32 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA15016 for commit-outgoing; Wed, 5 Apr 1995 03:32:32 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA15001 for cvs-sys-outgoing; Wed, 5 Apr 1995 03:32:28 -0700 Received: (from olah@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA14988; Wed, 5 Apr 1995 03:32:21 -0700 Date: Wed, 5 Apr 1995 03:32:21 -0700 From: Andras Olah Message-Id: <199504051032.DAA14988@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet tcp_input.c Sender: commit-owner@FreeBSD.org Precedence: bulk olah 95/04/05 03:32:18 Modified: sys/netinet tcp_input.c Log: Fix a bug in tcp_input reported by Rick Jones . If a goto findpcb occurred during the processing of a segment, the TCP and IP headers were dropped twice from the mbuf which resulted in data acked by TCP but not delivered to the user. Reviewed by: davidg