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

Paul Belanger pabelanger at digium.com
Thu Aug 18 15:46:46 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?

-- 
Paul Belanger
Digium, Inc. | Software Developer
twitter: pabelanger | IRC: pabelanger (Freenode)
Check us out at: http://digium.com & http://asterisk.org



More information about the asterisk-dev mailing list