Author: adrian.chadd
Date: Mon Jul 6 01:41:17 2009
New Revision: 14137
Modified:
wiki/BrokenStuffToFix.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/BrokenStuffToFix.wiki
==============================================================================
--- wiki/BrokenStuffToFix.wiki (original)
+++ wiki/BrokenStuffToFix.wiki Mon Jul 6 01:41:17 2009
@@ -8,6 +8,10 @@
See Issue 34.
+Also, audit the commConnectStart() users (and the non-DNS version in
libiapp/, in case!) and see if any of the users are -not- properly closing
the filedescriptor afterwards and/or handling errors correctly.
+
+The API tries to guarantee that there will be a filedescriptor available
(and hopefully it was the same one as was handed to commConnectStart() !)
but there's at least one place that doesn't check responses (the idle code
- check fwdConnectIdleDone() to see what it -doesn't- do to check return
values); also commResetFD() may fail badly and trash the FD. This mess
absolutely needs to be tidied up.
+
(TODO)
= storeIOState allocation and free =
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---