]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge: Correct verification of conference name length
authorCorey Farrell <git@cfware.com>
Wed, 4 Jun 2014 07:18:05 +0000 (07:18 +0000)
committerCorey Farrell <git@cfware.com>
Wed, 4 Jun 2014 07:18:05 +0000 (07:18 +0000)
commit45c62c17334b1e354314161a5c7d451400d9af28
tree137eb0955d74ba008f341d97ec907dae75a67be1
parent61759029987409106a61027e1edee9203540d77a
app_confbridge: Correct verification of conference name length

Conference names were not checked for maximum length, allowing unexpected
behaviour.  This change adds checking to ensure the maximum length is not
exceeded.  The maximum length is also changed from 32 to AST_MAX_EXTENSION.

ASTERISK-23035 #close
Reported by: Iñaki Cívico
Tested by: Iñaki Cívico
Patches:
    confbridge-enforce_max-1.8.patch uploaded by coreyfarrell (license 5909)
    confbridge-enforce_max-11up.patch uploaded by coreyfarrell (license 5909)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@415060 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_confbridge.c