From owner-freebsd-usb@FreeBSD.ORG Mon Jul 2 13:50:13 2007 Return-Path: X-Original-To: freebsd-usb@hub.freebsd.org Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 02DCE16A421 for ; Mon, 2 Jul 2007 13:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A0DE713C447 for ; Mon, 2 Jul 2007 13:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l62DoCSY003333 for ; Mon, 2 Jul 2007 13:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l62DoCbx003332; Mon, 2 Jul 2007 13:50:12 GMT (envelope-from gnats) Date: Mon, 2 Jul 2007 13:50:12 GMT Message-Id: <200707021350.l62DoCbx003332@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: "M. Warner Losh" Cc: Subject: Re: usb/80773: "usbd_get_string()" could have taken a length parameter X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "M. Warner Losh" List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2007 13:50:13 -0000 The following reply was made to PR usb/80773; it has been noted by GNATS. From: "M. Warner Losh" To: hselasky@c2i.net Cc: linimon@freebsd.org, freebsd-usb@freebsd.org, bug-followup@freebsd.org Subject: Re: usb/80773: "usbd_get_string()" could have taken a length parameter Date: Mon, 02 Jul 2007 07:46:28 -0600 (MDT) In message: <200707020853.30905.hselasky@c2i.net> Hans Petter Selasky writes: : On Saturday 30 June 2007 17:08, M. Warner Losh wrote: : > Please find enclosed a patch for this. I'm sitting on the fence as to : > whether or not to commit it, since it is an api/abi change. : > : > Warner : : It is not used that many places and I think they do it like this on NetBSD, if : I don't recall wrong. I got off the fence, and committed it. Warner