]> git.ipfire.org Git - thirdparty/asterisk.git/commit
manager: Tolerate stasis messages with no channel snapshot.
authorJoshua C. Colp <jcolp@sangoma.com>
Wed, 9 Aug 2023 10:57:33 +0000 (07:57 -0300)
committerJoshua C. Colp <jcolp@sangoma.com>
Fri, 11 Aug 2023 13:28:55 +0000 (13:28 +0000)
commit07d798875d35630c6925096702b4faf51b863255
tree3055bfd3c87a836f2eaf5bcff9cfec620f31b849
parent8824b845c469ea88a30cb2fa5ee5a91058cf08ae
manager: Tolerate stasis messages with no channel snapshot.

In some cases I have yet to determine some stasis messages may
be created without a channel snapshot. This change adds some
tolerance to this scenario, preventing a crash from occurring.
main/manager_channels.c