[asterisk-dev] [svn-commits] twilson: branch 1.8 r332320 - /branches/1.8/res/res_timing_timerfd.c

Richard Mudgett rmudgett at digium.com
Thu Aug 18 16:14:20 CDT 2011


> On 11-08-17 01:35 PM, SVN commits to the Digium repositories wrote:
> > Author: twilson
> > Date: Wed Aug 17 12:35:27 2011
> > New Revision: 332320
> >
> > URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=332320
> > Log:
> > Don't read from a disarmed or invalid timerfd
> >
> > Numerous isues have been reported for deadlocks that are caused by
> > a blocking read in res_timing_timerfd on a file descriptor that will
> > never be written to. This patch adds some checks to make sure that
> > the timerfd is both valid and armed before calling read().
> >
> > Should fix: ASTERISK-1842, ASTERISK-18197, AST-486, AST-495, AST-507
> > and possibly others.
> >
> Terry,
> 
> Do you mind updating your commit message to use the (closes issue:
> ASTERISK-XXXXX) tag?
> 
Might as well add the reviewboard tag as well.

Richard



More information about the asterisk-dev mailing list