]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Use ast_strlen_zero to avoid a crash when a Dial() string isn't passed to ParkAndAnnounce
authorSean Bright <sean@malleable.com>
Tue, 9 Mar 2010 19:29:39 +0000 (19:29 +0000)
committerSean Bright <sean@malleable.com>
Tue, 9 Mar 2010 19:29:39 +0000 (19:29 +0000)
commit85f79116ac71fb7238aabd9d8190cfc84f3160bb
tree53103ba2cdc93f34aaab79940fe98057dbdb6428
parentdfd13653211805bf0fccac6d53d3a2f427e3a8f5
Use ast_strlen_zero to avoid a crash when a Dial() string isn't passed to ParkAndAnnounce

(closes issue #16731)
Reported by: sebele67
Patches:
      issue16731_20100129.diff uploaded by seanbright (license 71)
Tested by: sebele67

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