Re: svn commit: r250986 - head/sys/dev/usb

2013-05-26 Thread David Chisnall
On 26 May 2013, at 03:45, Bruce Evans wrote: > Hmm, it would be useful to have a compiler flag for initializing all > local variables to trap representations on entry to functions. The clang memory sanitizer does this. David ___ svn-src-all@freebsd.

Re: svn commit: r250986 - head/sys/dev/usb

2013-05-25 Thread Bruce Evans
On Sat, 25 May 2013 m...@freebsd.org wrote: On Sat, May 25, 2013 at 10:09 AM, Hans Petter Selasky wrote: ... Log: Fix some statical clang analyzer warnings. ... == --- head/sys/dev/usb/usb_msctest.c Sat May 25 16

Re: svn commit: r250986 - head/sys/dev/usb

2013-05-25 Thread Hans Petter Selasky
On 05/25/13 20:03, m...@freebsd.org wrote: On Sat, May 25, 2013 at 10:09 AM, Hans Petter Selasky wrote: Author: hselasky Date: Sat May 25 17:09:58 2013 New Revision: 250986 URL: http://svnweb.freebsd.org/changeset/base/250986 Log: Fix some statical clang analyzer warnings. Modified: hea

Re: svn commit: r250986 - head/sys/dev/usb

2013-05-25 Thread mdf
On Sat, May 25, 2013 at 10:09 AM, Hans Petter Selasky wrote: > Author: hselasky > Date: Sat May 25 17:09:58 2013 > New Revision: 250986 > URL: http://svnweb.freebsd.org/changeset/base/250986 > > Log: > Fix some statical clang analyzer warnings. > > Modified: > head/sys/dev/usb/usb_device.c >

svn commit: r250986 - head/sys/dev/usb

2013-05-25 Thread Hans Petter Selasky
Author: hselasky Date: Sat May 25 17:09:58 2013 New Revision: 250986 URL: http://svnweb.freebsd.org/changeset/base/250986 Log: Fix some statical clang analyzer warnings. Modified: head/sys/dev/usb/usb_device.c head/sys/dev/usb/usb_hub.c head/sys/dev/usb/usb_msctest.c Modified: head/sys/d