[asterisk-commits] seanbright: trunk r191423 - /trunk/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri May 1 10:46:39 CDT 2009


Author: seanbright
Date: Fri May  1 10:46:39 2009
New Revision: 191423

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=191423
Log:
Blocked revisions 191041,191422 via svnmerge

........
  r191041 | seanbright | 2009-04-29 11:23:07 -0400 (Wed, 29 Apr 2009) | 6 lines
  
  Fix a crash in app_queue with very long member lists.
  
  A user reported via #asterisk that with very long lists of members, a crash
  occurs in ast_strdupa, so just use a single buffer and ast_copy_string instead
  of stack allocating copys of each interface name.
........
  r191422 | seanbright | 2009-05-01 11:42:48 -0400 (Fri, 01 May 2009) | 7 lines
  
  Move the defintion of the a couple arrays out of loops.
  
  According to Kevin, it is unspecified as to whether a variable defined inside
  a block is allocated once by the compiler or for each pass through the block
  (loops being the only interesting case), so just define these before we get
  into our loop to be sure.
........

Modified:
    trunk/   (props changed)

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-blocked' - no diff available.




More information about the asterisk-commits mailing list