[asterisk-dev] [Code Review] [branch] Expand select(2) bits to allow for more than FD_SETSIZE file descriptors

Tilghman Lesher tlesher at digium.com
Thu Jul 29 15:24:59 CDT 2010


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/824/
-----------------------------------------------------------

Review request for Asterisk Developers.


Summary
-------

Presently, when the number of file descriptors expands beyond FD_SETSIZE descriptors, we have troubles when those file descriptors are used with select(2).  Usually, this causes memory corruption, because the bitfields are not large enough, and parts of memory beyond the bitfield are corrupted.  This change both expands the default bitfield, as well as adding checks to ensure that memory beyond the end of bitfields are not corrupted.


This addresses bug 17678.
    https://issues.asterisk.org/view.php?id=17678


Diffs
-----


Diff: https://reviewboard.asterisk.org/r/824/diff


Testing
-------

Architectural review only.  Testing to commence, when other developers agree with the architecture of these changes.


Thanks,

Tilghman




More information about the asterisk-dev mailing list