]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: Prevent crash when saving message with realtime voicemail
authorSean Bright <sean.bright@gmail.com>
Wed, 15 Jan 2020 20:29:00 +0000 (15:29 -0500)
committerSean Bright <sean.bright@gmail.com>
Wed, 15 Jan 2020 21:52:17 +0000 (15:52 -0600)
commitd1cd27ba1f7a679639c06a23cbec73d5a2714329
treefd2947a294315e56c9a27cc5cb940934af97035e
parent8cad8db7d3e336a1a3a17023a9630b0d0f79bcf5
app_voicemail: Prevent crash when saving message with realtime voicemail

ast_store_realtime() is not NULL tolerant, so we need to initialize
the field values we pass to it to the empty string to avoid a crash.

ASTERISK-23739 #close
Reported by: Stas Kobzar

Change-Id: I756c5dd0299c77f4274368f7c99eb0464367466c
apps/app_voicemail.c