Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 1999 00:49:14 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp slcompress.c
Message-ID:  <199910130749.AAA68202@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <asolovjoff@hotmail.com>
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910130749.AAA68202>