[svn-commits] mmichelson: branch 1.6.2 r208662 - /branches/1.6.2/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jul 24 14:41:31 CDT 2009


Author: mmichelson
Date: Fri Jul 24 14:41:27 2009
New Revision: 208662

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=208662
Log:
Blocked revisions 208630 via svnmerge

................
  r208630 | mmichelson | 2009-07-24 14:26:26 -0500 (Fri, 24 Jul 2009) | 21 lines
  
  Blocked revisions 208622 via svnmerge
  
  ........
    r208622 | mmichelson | 2009-07-24 14:24:28 -0500 (Fri, 24 Jul 2009) | 16 lines
    
    Don't impose an arbitrary limit on member lines in queues.conf
    
    I know what some of you are thinking: "UGH! Mark, why are you using
    ast_strdup and ast_free for the string when you can just use ast_strdupa
    and let the memory free itself?! Have the bats been chewing on your brain
    again?"
    
    Based on past experiences, I don't like using ast_strdupa inside a loop.
    It's a good way to potentially exhaust stack space. Also, since this only
    happens when reloading queues, I don't think that heap allocations and
    frees are going to be a huge problem.
    
    (closes issue #15559)
    Reported by: amorsen
  ........
................

Modified:
    branches/1.6.2/   (props changed)

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.




More information about the svn-commits mailing list