Skip to content
Snippets Groups Projects
  1. May 16, 2010
  2. May 14, 2010
    • David Vossel's avatar
      fix iax_frame double free · cddc244c
      David Vossel authored
      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
      cddc244c
  3. May 13, 2010
  4. May 12, 2010
  5. May 11, 2010
  6. May 10, 2010
  7. May 09, 2010
  8. May 08, 2010
  9. May 07, 2010
  10. May 06, 2010
Loading