]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 377915 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Wed, 12 Dec 2012 05:17:36 +0000 (05:17 +0000)
committerAutomerge script <automerge@asterisk.org>
Wed, 12 Dec 2012 05:17:36 +0000 (05:17 +0000)
commit57d2e81d78da4e2087f46da770c241d671d8cfbf
treeac501f9a10391c61d51b282a4f49a2b44bb7f994
parent7a7f9cba4324d576dfb59519915081793354ecd7
Merged revisions 377915 via svnmerge from
file:///srv/subversion/repos/asterisk/trunk

........
  r377915 | elguero | 2012-12-11 22:43:18 -0600 (Tue, 11 Dec 2012) | 17 lines

  Convert Dynamic Features Buffer To Use ast_str

  Currently, the buffer for the dynamic features list is set to a fixed size of
  128.  If the list is bigger than that, it results in the dynamic feature(s) not
  being recognized.

  This patch changes the buffer from a fixed size to a dynamic one.

  (closes issue ASTERISK-20680)
  Reported by: Clod Patry
  Tested by: Michael L. Young
  Patches:
      asterisk-20680-dynamic-features-v2.diff
                                       uploaded by Michael L. Young (license 5026)

  Review: https://reviewboard.asterisk.org/r/2221/
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/team/mmichelson/threadpool@377916 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/features.c