Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 1997 03:14:29 -0800 (PST)
From:      Brian Somers <brian>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/netinet ip_input.c
Message-ID:  <199702061114.DAA01828@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       97/02/06 03:14:28

  Modified:    sys/netinet  ip_input.c
  Log:
  Don't zero ip->ip_sum during sum validation.  This should only
  affect programs that sit on top of divert(4) sockets.  The
  multicast routing code already unconditionally zeros the sum
  before recalculating.
  
  Any code that unconditionaly sums a packet without first zeroing
  the sum (assuming that it's already zero'd) will break.  No such
  code seems to exist.
  
  Revision  Changes    Path
  1.57      +4 -3      src/sys/netinet/ip_input.c



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