]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: vm_authenticate accesses uninitialized memory 20/5020/5
authorSean Bright <sean.bright@gmail.com>
Mon, 20 Feb 2017 12:28:23 +0000 (07:28 -0500)
committerSean Bright <sean.bright@gmail.com>
Mon, 20 Feb 2017 21:09:30 +0000 (15:09 -0600)
commitd1196fd39e0ae32b3d19b6b5aee4b4b6b5340c8d
treea4aaaf0dd89c52906f51d616e1f037decb17988c
parentfb7adf402e960b039acf3bad0265303996aff078
app_voicemail: vm_authenticate accesses uninitialized memory

vm_authenticate doesn't always set the passed ast_vm_user argument, so
we initialize to 0 before passing it in.

ASTERISK-25893 #close
Reported by: Filip Jenicek

Change-Id: Ia3cc0128f93d352ed9add8d5c2f0f7232c2cbe4a
apps/app_voicemail.c