From owner-cvs-usrsbin Sat Apr 19 02:26:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA05279 for cvs-usrsbin-outgoing; Sat, 19 Apr 1997 02:26:06 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA05267; Sat, 19 Apr 1997 02:26:03 -0700 (PDT) Date: Sat, 19 Apr 1997 02:26:03 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199704190926.CAA05267@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp hdlc.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 97/04/19 02:26:02 Modified: usr.sbin/ppp hdlc.c Log: Unceremoneously discard HDLC frames with less than two bytes in them. XXX: real fix: this could should check the number of bytes in the packet before accessing them. Found by: phkmalloc Revision Changes Path 1.12 +7 -1 src/usr.sbin/ppp/hdlc.c