]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: Use ast_asprintf to create mailbox SQL query
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 3 Sep 2024 19:07:13 +0000 (13:07 -0600)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 12 Sep 2024 18:46:48 +0000 (18:46 +0000)
commit78f8b0026731193e6feecd74df774ad9d8e3f2c5
tree5bb31335fee9dfc8d94edc67745d09c088616806
parentadd94582ba458e65224479dbb76862d91fac1bd4
app_voicemail: Use ast_asprintf to create mailbox SQL query

...instead of trying to calculate the length of the buffer needed
manually.

(cherry picked from commit dc97763979ba78ae1cd3f38278447dd1dab6d5f8)
apps/app_voicemail.c