]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 236510 via svnmerge from
authorSean Bright <sean@malleable.com>
Mon, 28 Dec 2009 13:15:28 +0000 (13:15 +0000)
committerSean Bright <sean@malleable.com>
Mon, 28 Dec 2009 13:15:28 +0000 (13:15 +0000)
commit61b2770f70ec8b11442c7dbc4d13bf60ca0f103f
tree957d6af4eddfb504d43cf65bf952d473af83f21a
parentf63a2ab36c6c7840fa95bfa1cae39c806a373541
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 #16509)
    Reported by: Kashif Raza
    Patches:
          20091223_16509.patch uploaded by seanbright (license 71)
    Tested by: seanbright
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@236512 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_meetme.c