From owner-cvs-all Wed Oct 13 0:49:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FEBD15240; Wed, 13 Oct 1999 00:49:14 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA68202; Wed, 13 Oct 1999 00:49:14 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199910130749.AAA68202@freefall.freebsd.org> From: Brian Somers Date: Wed, 13 Oct 1999 00:49:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp slcompress.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/10/13 00:49:13 PDT Modified files: usr.sbin/ppp slcompress.c Log: When uncompressing VJ-compressed frames, fix the ip_sum directly in struct cstate rather than copying the stored header slot into a potentially mis-aligned buffer then trying to update the ip_sum without causing an exception on non-i386 hardware. I've never been able to reproduce this problem, but it has been reported by many people... besides, the code is now a bit cleaner. Testing & patience by: Anthony Solovjoff Revision Changes Path 1.30 +13 -17 src/usr.sbin/ppp/slcompress.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message