K 10 svn:author V 5 peter K 8 svn:date V 27 2000-07-14T00:29:00.000000Z K 7 svn:log V 359 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. END