]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main/stasis_channels.c: Fix crash when setting a global variable with invalid UTF8...
authorJames Terhune <jterhune@fortinet.com>
Mon, 18 Nov 2024 21:54:30 +0000 (16:54 -0500)
committerJames Terhune <jterhune@fortinet.com>
Wed, 20 Nov 2024 22:41:06 +0000 (22:41 +0000)
commit3e3148941596a31bbb1709c7597f8e8f361a2046
tree243c5697c278020ae8b7639c149519183ee1c619
parent9e5cac457f66d11c9521e54ad95bd4a8992b9146
main/stasis_channels.c: Fix crash when setting a global variable with invalid UTF8 characters

Add check for null value of chan before referencing it with ast_channel_name()

Resolves: #999
main/stasis_channels.c