]> granicus.if.org Git - libevent/commit
Fix a miscalculated realloc() size in win32select.c.
authorNick Mathewson <nickm@torproject.org>
Fri, 6 Nov 2009 17:12:39 +0000 (17:12 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 6 Nov 2009 17:12:39 +0000 (17:12 +0000)
commit5ec43fe446d399464125d7cc0d5d1182756c953f
treef5ca642dc42f217ac001f123c4d639046875f206
parentae5fbf492f2ba43f05063179a583f4711ddfec20
Fix a miscalculated realloc() size in win32select.c.

This bug was introduced by the code to make the backend able to safely release the base lock while calling select().

Also, we change win32select.c to the same 32-fds-to-start default as the rest of the backends, so that the main/many_events test can test it.  It was at 64-to-start, so the test wasn't hitting it.

svn:r1513
win32select.c