From owner-cvs-all Thu Jul 13 18:22:11 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 A04C037B57A; Thu, 13 Jul 2000 18:22:07 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA13852; Thu, 13 Jul 2000 18:22:07 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007140122.SAA13852@freefall.freebsd.org> From: Peter Wemm Date: Thu, 13 Jul 2000 18:22:07 -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 peter 2000/07/13 18:22:07 PDT Modified files: usr.sbin/usbd usbd.c Log: Oops. I originally extended the bcopy to 8 characters to include the original \0 on the terminating string, however I changed my mind to make it more obvious that the termination was being taken care of and explicitly added the nul terminator. I forgot to reset the bcopy length. Revision Changes Path 1.17 +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