]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 278465 via svnmerge from
authorRussell Bryant <russell@russellbryant.com>
Wed, 21 Jul 2010 16:20:18 +0000 (16:20 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 21 Jul 2010 16:20:18 +0000 (16:20 +0000)
commit84c14df025d1118253b9facc36ffea338f2f0d15
tree6db366dfb35ca5770cd61bc573e3869b1460081a
parent891d56d31c10e9e87ed0bff49d62022718ae6edf
Merged revisions 278465 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r278465 | russell | 2010-07-21 11:15:00 -0500 (Wed, 21 Jul 2010) | 41 lines

  Use poll() instead of select() in res_timing_pthread to avoid stack corruption.

  This code did not properly check FD_SETSIZE to ensure that it did not try to
  select() on fds that were too large.  Switching to poll() removes the limitation
  on the maximum fd value.

  (closes issue #15915)
  Reported by: keiron

  (closes issue #17187)
  Reported by: Eddie Edwards

  (closes issue #16494)
  Reported by: Hubguru

  (closes issue #15731)
  Reported by: flop

  (closes issue #12917)
  Reported by: falves11

  (closes issue #14920)
  Reported by: vrban

  (closes issue #17199)
  Reported by: aleksey2000

  (closes issue #15406)
  Reported by: kowalma

  (closes issue #17438)
  Reported by: dcabot

  (closes issue #17325)
  Reported by: glwgoes

  (closes issue #17118)
  Reported by: erikje

  possibly other issues, too ...
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@278479 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_timing_pthread.c