Deleted Added
full compact
1c1
< /* $FreeBSD: head/lib/libusb/libusb20_ugen20.c 198376 2009-10-22 21:01:41Z thompsa $ */
---
> /* $FreeBSD: head/lib/libusb/libusb20_ugen20.c 199055 2009-11-08 20:03:52Z thompsa $ */
451a452,453
> /* make sure memory is initialised */
> memset(&cdesc, 0, sizeof(cdesc));
470a473,476
>
> /* make sure memory is initialised */
> memset(ptr, 0, len);
>