From owner-cvs-all Thu Jul 13 17:33:11 2000 Delivered-To: cvs-all@freebsd.org Received: from zippy.osd.bsdi.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 6351D37B8EA; Thu, 13 Jul 2000 17:33:06 -0700 (PDT) (envelope-from jkh@zippy.osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by zippy.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id RAA02079; Thu, 13 Jul 2000 17:34:10 -0700 (PDT) (envelope-from jkh@zippy.osd.bsdi.com) To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/usbd usbd.c In-reply-to: Your message of "Thu, 13 Jul 2000 17:29:00 PDT." <200007140029.RAA07979@freefall.freebsd.org> Date: Thu, 13 Jul 2000 17:34:10 -0700 Message-ID: <2076.963534850@localhost> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Correct an additional off-by-one bug and buffer overflow. A malloc() > was being made one byte too short, and the string assembled in it was not > null terminated. The string was passed to regcomp() so it never matched > anything in /etc/usbd.conf. This is the cause of usbd not working for the > last few days.. The new malloc.conf default of AJ triggered this. Oh god, did you have to say that? Now phk will be INSUFFERABLE for weeks. :-) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message