commit | 546dee211eefbdd280fd1fc9dee84a9b52105078 | [log] [tgz] |
---|---|---|
author | Artem Egorkine <arteme@gmail.com> | Tue Jun 17 18:27:38 2008 -0500 |
committer | Daniel Drake <dsd@gentoo.org> | Tue Jun 17 18:27:38 2008 -0500 |
tree | db340d74af0df94849c2548ab3fe026eb3f2ce64 | |
parent | 947ba8056456a5215724fb502e3e09d50016f699 [diff] [blame] |
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.
diff --git a/AUTHORS b/AUTHORS index 6e17e37..86d9a3f 100644 --- a/AUTHORS +++ b/AUTHORS
@@ -2,6 +2,7 @@ Copyright (c) 2001 Johannes Erdfelt <johannes@erdfelt.com> Other contributors: +Artem Egorkine David Engraf Rob Walker Vasily Khoruzhick