Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 1996 10:57:56 -0700 (PDT)
From:      Bill Fenner <fenner>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/netinet ip_input.c ip_var.h raw_ip.c udp.h udp_usrreq.c
Message-ID:  <199610251757.KAA05374@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

fenner      96/10/25 10:57:55

  Modified:    sys/netinet  ip_input.c ip_var.h raw_ip.c udp.h udp_usrreq.c
  Log:
  Don't allow reassembly to create packets bigger than IP_MAXPACKET, and count
  	attempts to do so.
  Don't allow users to source packets bigger than IP_MAXPACKET.
  Make UDP length and ipovly's protocol length unsigned short.
  
  Reviewed by:	wollman
  Submitted by:	(partly by) kml@nas.nasa.gov (Kevin Lahey)
  
  Revision  Changes    Path
  1.50      +12 -2     src/sys/netinet/ip_input.c
  1.24      +3 -2      src/sys/netinet/ip_var.h
  1.37      +9 -1      src/sys/netinet/raw_ip.c
  1.4       +2 -2      src/sys/netinet/udp.h
  1.30      +6 -1      src/sys/netinet/udp_usrreq.c



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