[asterisk-bugs] [Asterisk 0016509]: [patch] meetme can support only 6341 rooms
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Dec 28 07:15:27 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: closed
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:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-12-23 06:17 CST
Last Modified: 2009-12-28 07:15 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.
======================================================================
----------------------------------------------------------------------
(0115775) svnbot (reporter) - 2009-12-28 07:15
https://issues.asterisk.org/view.php?id=16509#c115775
----------------------------------------------------------------------
Repository: asterisk
Revision: 236511
_U branches/1.6.0/
U branches/1.6.0/apps/app_meetme.c
------------------------------------------------------------------------
r236511 | seanbright | 2009-12-28 07:15:26 -0600 (Mon, 28 Dec 2009) | 26
lines
Merged revisions 236510 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r236510 | seanbright | 2009-12-28 07:44:58 -0500 (Mon, 28 Dec 2009) | 19
lines
Merged revisions 236509 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r236509 | seanbright | 2009-12-28 07:43:36 -0500 (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=236511
Issue History
Date Modified Username Field Change
======================================================================
2009-12-28 07:15 svnbot Checkin
2009-12-28 07:15 svnbot Note Added: 0115775
======================================================================
More information about the asterisk-bugs
mailing list