Commit d90149d4b6fb9273aa363e5a18223250e8721034

Nick Mathewson 2011-05-30T11:53:19

Fix a fencepost bug in the select backend This bug would sometimes lead us to looking one bit off the end of the fdset arrays, and trying to activate a (nonexistent) event if that bit was set. Found by Harlann Stenn. Fixes a test failure on OpenSolaris.