]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix a crash in app_queue with very long member lists.
authorSean Bright <sean@malleable.com>
Wed, 29 Apr 2009 15:23:07 +0000 (15:23 +0000)
committerSean Bright <sean@malleable.com>
Wed, 29 Apr 2009 15:23:07 +0000 (15:23 +0000)
commit603a56aa69c8c54cb09bbc1b10646a94d8f15221
treec1ec01d7282625a5b6d05f226fe547ec96dd09e7
parent7c82c2b24011950e7bce1bac198fb386d3ff93bf
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.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@191041 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c