]> git.ipfire.org Git - thirdparty/asterisk.git/commit
When parsing the sections of voicemail.conf that contain mailbox definitions,
authorRussell Bryant <russell@russellbryant.com>
Tue, 26 Sep 2006 20:23:15 +0000 (20:23 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 26 Sep 2006 20:23:15 +0000 (20:23 +0000)
commita0da756f2a4a6ed23372fbeb5db6e637bc8a425d
tree9d577c48ebbb9f987d4454469cadd000ccbd0c2b
parent83b377451c0090c5a947405ab7e25f4d90807e91
When parsing the sections of voicemail.conf that contain mailbox definitions,
don't introduce a length limit on the definition by using a 256 byte temporary
storage buffer.  Instead, make the temporary buffer just as big as it needs
to be to hold the entire mailbox definition.
(fixes BE-68)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@43699 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_voicemail.c