freebsd-skq/usr.sbin/usbd
Peter Wemm 05f560ae59 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.
2000-07-14 00:29:00 +00:00
..
Makefile Add event queue handling. It triggers activities on events read from 1999-11-21 17:44:43 +00:00
usbd.8 Add a comment about the fact that the usb module is automatically 2000-04-02 21:09:19 +00:00
usbd.c Correct an additional off-by-one bug and buffer overflow. A malloc() 2000-07-14 00:29:00 +00:00
usbd.conf.5 Mention that each criterium can only be used once. 2000-05-12 23:36:38 +00:00