Date: Sat, 30 Jun 2001 12:04:05 +0100 (BST) From: Nick Hibma <n_hibma@FreeBSD.ORG> To: <cvs-committers@FreeBSD.ORG>, <cvs-all@FreeBSD.ORG>, <dwmalone@FreeBSD.ORG> Subject: Re: cvs commit: src/sys/dev/usb uhid.c usbdi_util.c Message-ID: <20010630120003.R71373-100000@bluebottle> In-Reply-To: <200106301057.f5UAvcF86189@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I'd like to thank dwmalone for looking through the PR database and prodding me that a bug report contained a useful patch. This solves a problem I have been hunting on and off for about 2 months now (with people even sending me hardware). And obviously I should be slapped for completely missing a bug report for more than a month. It even had the word USB in the subject. Nice work. Cheers, Nick On Sat, 30 Jun 2001, Nick Hibma wrote: > n_hibma 2001/06/30 03:57:38 PDT > > Modified files: > sys/dev/usb uhid.c usbdi_util.c > Log: > Don't free memory that has been freed already. > Null the pointer after freeing the memory. > > PR: 27370 > Submitted by: Alec Barea <alec@barea.org> > MFC after: 5 days > > Revision Changes Path > 1.37 +1 -3 src/sys/dev/usb/uhid.c > 1.19 +2 -1 src/sys/dev/usb/usbdi_util.c > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/uhid.c?r1=1.36&r2=1.37&cvsroot=freebsd > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/usbdi_util.c?r1=1.18&r2=1.19&cvsroot=freebsd > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010630120003.R71373-100000>