Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 1998 08:00:07 -0700 (PDT)
From:      David Greenman <dg@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/netinet ip_input.c
Message-ID:  <199805241500.IAA25045@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dg          1998/05/24 08:00:07 PDT

  Modified files:
    sys/netinet          ip_input.c 
  Log:
  The ipt_ptr field is 1-based (see TCP/IP Illustrated, Vol. 1, pp. 91-95),
  so it must be adjusted (minus 1) before using it to do the length check.
  I'm not sure who to give the credit to, but the bug was reported by
  Jennifer Dawn Myers <jdm@enteract.com>, who also supplied a patch. It
  was also fixed in OpenBSD previously by andreas.gunnarsson@emw.ericsson.se,
  and of course I did the homework to verify that the fix was correct per
  the specification.
  PR:	6738
  
  Revision  Changes    Path
  1.84      +3 -3      src/sys/netinet/ip_input.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?199805241500.IAA25045>