]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix crash in app_voicemail related to message counting.
authorSean Bright <sean@malleable.com>
Mon, 1 Mar 2010 19:35:01 +0000 (19:35 +0000)
committerSean Bright <sean@malleable.com>
Mon, 1 Mar 2010 19:35:01 +0000 (19:35 +0000)
commitdaf062ece8530fcafd6ea680a4b0a48f8ba7051f
tree367a4c24db9705772b2a21b670019e3c0e3e8cf7
parent9a4e4eb749dce4a5a3becd8b448d3f1a4d3ceaf5
Fix crash in app_voicemail related to message counting.

We were passing a 'struct inprocess **' and treating it like a 'struct inprocess *'
causing a segfault.

(closes issue #16921)
Reported by: whardier
Patches:
      20100301_issue16921.patch uploaded by seanbright (license 71)
Tested by: whardier

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