]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 284478 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Wed, 1 Sep 2010 22:59:50 +0000 (22:59 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Wed, 1 Sep 2010 22:59:50 +0000 (22:59 +0000)
commit59f700a9b24369cd0558bc60a39a3174f445b23a
treee33d8dead3afe80bb1d97940abbd3438f1214ef6
parentf70cd032b7cb3cceac5dba9e90f836670ffd1dcf
Merged revisions 284478 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r284478 | tilghman | 2010-09-01 13:49:11 -0500 (Wed, 01 Sep 2010) | 11 lines

  Ensure that all areas that previously used select(2) now use poll(2), with implementations that need poll(2) implemented with select(2) safe against 1024-bit overflows.

  This is a followup to the fix for the pthread timer in 1.6.2 and beyond, fixing
  a potential crash bug in all supported releases.

  (closes issue #17678)
   Reported by: russell
  Branch: https://origsvn.digium.com/svn/asterisk/team/tilghman/ast_select

  Review: https://reviewboard.asterisk.org/r/824/
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@284593 65c4cc65-6c06-0410-ace0-fbb531ad65f3
16 files changed:
channels/chan_misdn.c
channels/chan_phone.c
channels/chan_usbradio.c
channels/console_video.c
configure.ac
include/asterisk/channel.h
include/asterisk/poll-compat.h
include/asterisk/select.h [new file with mode: 0644]
main/asterisk.c
main/features.c
main/poll.c
main/rtp.c
res/res_ais.c
res/res_jabber.c
tests/test_poll.c [new file with mode: 0644]
utils/clicompat.c