[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 19:55:44 CDT 2010


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

(Updated 2010-07-29 19:55:44.848918)


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
-----

  /branches/1.4/channels/chan_alsa.c 280587 
  /branches/1.4/channels/chan_misdn.c 280587 
  /branches/1.4/channels/chan_oss.c 280587 
  /branches/1.4/channels/chan_phone.c 280587 
  /branches/1.4/configure UNKNOWN 
  /branches/1.4/configure.ac 280587 
  /branches/1.4/include/asterisk/autoconfig.h.in 280587 
  /branches/1.4/include/asterisk/channel.h 280587 
  /branches/1.4/include/asterisk/poll-compat.h 280587 
  /branches/1.4/main/asterisk.c 280587 
  /branches/1.4/main/poll.c 280587 
  /branches/1.4/res/res_features.c 280587 

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