Author :
Nick Mathewson
Date :
2011-05-30 11:53:19
Hash :d90149d4 Message :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.