[asterisk-bugs] [Asterisk 0016509]: [patch] meetme can support only 6341 rooms

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Dec 28 06:43:39 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16509 
====================================================================== 
Reported By:                Kashif Raza
Assigned To:                seanbright
====================================================================== 
Project:                    Asterisk
Issue ID:                   16509
Category:                   Applications/app_meetme
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     ready for testing
Asterisk Version:           1.4.28 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-12-23 06:17 CST
Last Modified:              2009-12-28 06:43 CST
====================================================================== 
Summary:                    [patch] meetme can support only 6341 rooms
Description: 
in meetme.conf we can create maximum 6341 rooms, the movement you create
room number 6342 and try to access any room, asterisk gives Segmentation
fault, one solution is to use real time meetme, in that case i have tested
with 1 million rooms.
====================================================================== 

---------------------------------------------------------------------- 
 (0115772) svnbot (reporter) - 2009-12-28 06:43
 https://issues.asterisk.org/view.php?id=16509#c115772 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 236509

U   branches/1.4/apps/app_meetme.c

------------------------------------------------------------------------
r236509 | seanbright | 2009-12-28 06:43:37 -0600 (Mon, 28 Dec 2009) | 12
lines

Avoid a crash with large numbers of MeetMe conferences.

Similar to changes made to Queue(), when we have large numbers of
conferences in
meetme.conf (1000s) and we use alloca()/strdupa(), we can blow out the
stack and
crash, so instead just use a single fixed buffer.

(closes issue https://issues.asterisk.org/view.php?id=16509)
Reported by: Kashif Raza
Patches:
      20091223_16509.patch uploaded by seanbright (license 71)
Tested by: seanbright

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=236509 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-12-28 06:43 svnbot         Note Added: 0115772                          
======================================================================




More information about the asterisk-bugs mailing list