summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-03-20 21:07:00 +0000
committerDaniel Drake <dsd@gentoo.org>2008-03-20 21:19:48 +0000
commit88884ae4bbe721dac117d5190303cb67852fa5d3 (patch)
tree5e24d5208e5010e09c8554dbff61b59ddee6131b /TODO
parentead09cde6895df0034a685516987ce253575e9a7 (diff)
downloadlibusb-88884ae4bbe721dac117d5190303cb67852fa5d3.tar.gz
Save transfer flags before invoking callback
The callback may free the transfer, in which case we can't read the flags after it has returned.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 7282410..717bc8f 100644
--- a/TODO
+++ b/TODO
@@ -7,7 +7,6 @@ error codes
fixme review
review functionality missing over 0.1
endianness of control setup, issues when resubmitting transfers
-interpreting transfer flags after callback returns is not safe
rename poll to handle_events
make libusb_get_pollfds return const?
doxygen warnings