]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_base64.c: Ensure we set aside enough room for base64 encoded data.
authorSean Bright <sean@seanbright.com>
Tue, 8 Oct 2024 19:11:05 +0000 (15:11 -0400)
committerSean Bright <sean@seanbright.com>
Thu, 10 Oct 2024 13:05:51 +0000 (13:05 +0000)
commit349db1de3df11a49d9543bf3b1895e04f9485531
treef80f88248b50e6605a786b0b109e5f5bcbba0777
parent54f45c6b869282adf536a74aa7c9c2c7eff6947a
func_base64.c: Ensure we set aside enough room for base64 encoded data.

Reported by SingularTricycle on IRC.

Fixes #940
funcs/func_base64.c