a fix for SIGSEGV in handle_bulk_completion()
authorArtem Egorkine <arteme@gmail.com>
Tue, 17 Jun 2008 23:27:38 +0000 (18:27 -0500)
committerDaniel Drake <dsd@gentoo.org>
Tue, 17 Jun 2008 23:27:38 +0000 (18:27 -0500)
commit546dee211eefbdd280fd1fc9dee84a9b52105078
treedb340d74af0df94849c2548ab3fe026eb3f2ce64
parent947ba8056456a5215724fb502e3e09d50016f699
a fix for SIGSEGV in handle_bulk_completion()

We cannot dereference tpriv after calling
usbi_handle_transfer_cancellation() because that function may invoke
the user-supplied callback which may free the transfer.
AUTHORS
libusb/os/linux_usbfs.c