Files
asterisk/channels
David Vossel cddc244c97 fix iax_frame double free
Very unfortunate things happen if we add an iax_frame
to the frame queue and let go of the lock before scheduling
the frame's transmit... There is a race condition that
exists where the frame can be removed from the frame_queue
and freed before the transmit is scheduled if we do not
hold on to that lock.  This results in a freed frame
being scheduled for transmit later.



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@263151 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-05-14 18:53:55 +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-14 18:53:55 +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