CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/08/31 01:32:15
Modified files: sys/dev/usb : uow.c Log message: Use one xfer per pipe instead of doing an alloc/free dance for every usbd_transfer(9). This fixes a use-after-free. Bug found by and diff from John L. Scarfone <john AT scarfone DOT net>