Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



thorpej
Thu Oct 24 23:30:33 PDT 1996
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv13788

Modified Files:
        ip_input.c 
Log Message:
Before concatenating frags, sanity check the length of the packet.  If it's
larger than IP_MAXPACKET, discard it.
Based on a patch from Bill Fenner <fenner%parc.xerox.com@localhost>


thorpej
Thu Oct 24 23:33:37 PDT 1996
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv13987

Modified Files:
        raw_ip.c 
Log Message:
In rip_output(), sanity check the length of the packet to be transmitted.
If it's larger than IP_MAXPACKET, return an error condition.
Based on a patch from Bill Fenner <fenner%parc.xerox.com@localhost>


thorpej
Thu Oct 24 23:35:17 PDT 1996
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv14281

Modified Files:
        udp_usrreq.c 
Log Message:
In udp_output(), sanity check the length of the packet to be transmitted.
If it's larger than IP_MAXPACKET, return an error condition.
Based on a patch from Bill Fenner <fenner%parc.xerox.com@localhost>




Home | Main Index | Thread Index | Old Index