From owner-cvs-all Sun Jul 16 10:28: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4165037B523; Sun, 16 Jul 2000 10:28:02 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA55764; Sun, 16 Jul 2000 10:28:02 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007161728.KAA55764@freefall.freebsd.org> From: Nick Hibma Date: Sun, 16 Jul 2000 10:28:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/usbd usbd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/16 10:28:02 PDT Modified files: usr.sbin/usbd usbd.c Log: And another buffer overflow. Maybe next time I should read the manpage for strlen. This one only occurs if there is exactly one element on the line without any whitespace. This is however never a valid line, so not a big chance that this would ever cause any problems. Revision Changes Path 1.18 +2 -2 src/usr.sbin/usbd/usbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message