Files
asterisk/channels
David Vossel 351e0e90c5 fixes crash in chan_console
There is a race condition between console_hangup()
and start_stream().  It is possible for console_hangup()
to be called and then the stream thread to begin after the hangup.
To avoid this a check in start_stream() to make sure the pvt-owner
still exists while the pvt lock is held is made.  If the owner
is gone that means the channel hung up and start_stream should
be aborted.



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@262236 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-05-10 18:36:10 +00:00
..
2009-10-02 01:49:25 +00:00
2009-08-10 19:20:57 +00:00
2010-01-19 18:51:19 +00:00
2010-05-10 18:36:10 +00:00
2010-05-05 19:13:57 +00:00
2010-03-25 20:08:40 +00:00
2008-10-09 14:17:33 +00:00
2009-08-10 19:20:57 +00:00