Skip to content
Snippets Groups Projects
  1. Sep 22, 2010
    • Tilghman Lesher's avatar
      Merged revisions 288268 via svnmerge from · d5b09e2a
      Tilghman Lesher authored
      https://origsvn.digium.com/svn/asterisk/branches/1.8
      
      ................
        r288268 | tilghman | 2010-09-22 10:14:02 -0500 (Wed, 22 Sep 2010) | 30 lines
        
        Merged revisions 288267 via svnmerge from 
        https://origsvn.digium.com/svn/asterisk/branches/1.6.2
        
        ................
          r288267 | tilghman | 2010-09-22 10:11:09 -0500 (Wed, 22 Sep 2010) | 23 lines
          
          Merged revisions 288265-288266 via svnmerge from 
          https://origsvn.digium.com/svn/asterisk/branches/1.4
          
          ........
            r288265 | tilghman | 2010-09-22 09:48:04 -0500 (Wed, 22 Sep 2010) | 9 lines
            
            Allow the encoding to be set, in case local charset does not agree with database.
            
            (closes issue #16940)
             Reported by: jamicque
             Patches: 
                   20100827__issue16940.diff.txt uploaded by tilghman (license 14)
                   20100921__issue16940__1.6.2.diff.txt uploaded by tilghman (license 14)
             Tested by: jamicque
          ........
            r288266 | tilghman | 2010-09-22 10:04:52 -0500 (Wed, 22 Sep 2010) | 5 lines
            
            Document addition of encoding parameter.
            
            (issue #16940)
            Reported by: jamicque
          ........
        ................
      ................
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@288278 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      d5b09e2a
    • Richard Mudgett's avatar
      Merged revisions 288194 via svnmerge from · c5f5c241
      Richard Mudgett authored
      https://origsvn.digium.com/svn/asterisk/branches/1.8
      
      ................
        r288194 | rmudgett | 2010-09-21 19:06:21 -0500 (Tue, 21 Sep 2010) | 40 lines
        
        Merged revisions 288193 via svnmerge from 
        https://origsvn.digium.com/svn/asterisk/branches/1.6.2
        
        ................
          r288193 | rmudgett | 2010-09-21 19:03:37 -0500 (Tue, 21 Sep 2010) | 33 lines
          
          Merged revisions 288192 via svnmerge from 
          https://origsvn.digium.com/svn/asterisk/branches/1.4
          
          ........
            r288192 | rmudgett | 2010-09-21 18:55:58 -0500 (Tue, 21 Sep 2010) | 26 lines
            
            In chan_iax2.c:schedule_delivery() calls ast_bridged_channel() on an unlocked channel.
            
            Near the beginning of schedule_delivery(), ast_bridged_channel() is called
            on iaxs[fr->callno]->owner.  However, the channel is not locked, which can
            result in ast_bridged_channel() crashing should owner->tech change to a
            technology that doesn't implement bridged_channel.
            
            I also fixed the other calls to ast_bridged_channel() in chan_iax2.c since
            the owner lock was not held there either.
            
            Converted the existing channel deadlock avoidance to use
            iax2_lock_owner().  Using the new function simplified some awkward code.
            
            In the process of fixing the locking on ast_bridged_channel(), I also
            found a memory leak in socket_process() for v1.6.2 and v1.8.  The local
            struct variable ies.vars is not freed on early/abnormal function exits.
            
            (closes issue #17919)
            Reported by: rain
            Patches:
                  issue17919_v1.4.patch uploaded by rmudgett (license 664)
                  issue17919_w_leak_v1.6.2.patch uploaded by rmudgett (license 664)
                  issue17919_w_leak_v1.8.patch uploaded by rmudgett (license 664)
            
            Review: https://reviewboard.asterisk.org/r/926/
          ........
        ................
      ................
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@288195 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      c5f5c241
  2. Sep 21, 2010
  3. Sep 20, 2010
  4. Sep 19, 2010
  5. Sep 17, 2010
  6. Sep 16, 2010
  7. Sep 15, 2010
Loading