From owner-cvs-libexec Sun Mar 23 22:04:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA00231 for cvs-libexec-outgoing; Sun, 23 Mar 1997 22:04:15 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA00211; Sun, 23 Mar 1997 22:04:11 -0800 (PST) Date: Sun, 23 Mar 1997 22:04:11 -0800 (PST) From: Warner Losh Message-Id: <199703240604.WAA00211@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/tftpd tftpd.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 97/03/23 22:04:10 Modified: libexec/tftpd tftpd.c Log: Fix non explloitable buffer overflows (since the largest packet processed precludes it) to keep people from whining about it in the newsgroups and mailing lists. Revision Changes Path 1.8 +4 -3 src/libexec/tftpd/tftpd.c