Hide Forgot
Description of problem: Program received signal SIGSEGV, Segmentation fault. find_otg (buf=0x4 <Address 0x4 out of bounds>, buflen=32902) at lsusb.c:3412 3412 if (buf[0] == 3 && buf[1] == USB_DT_OTG) (gdb) bt #0 find_otg (buf=0x4 <Address 0x4 out of bounds>, buflen=32902) at lsusb.c:3412 #1 0x0000000000409162 in do_otg (config=0x7fffffffde00) at lsusb.c:3429 #2 dumpdev (dev=0x6e9520) at lsusb.c:3793 #3 0x000000000040a54c in list_devices (ctx=<optimized out>, busnum=-1, devnum=-1, vendorid=-1, productid=-1) at lsusb.c:3878 #4 0x0000000000401a05 in main (argc=2, argv=0x7fffffffe1b8) at lsusb.c:4045 (gdb) print buf $1 = (const unsigned char *) 0x4 <Address 0x4 out of bounds> Version-Release number of selected component (if applicable): usbutils-001-3.fc15.x86_64 How reproducible: 100% Steps to Reproduce: 1. run it
*** This bug has been marked as a duplicate of bug 707853 ***