]> 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:52 +0000 (13:28 +0000)
commit9b607747ce3064a0229bcfcd45721c5e95784f95
tree83fd1dd720f5941b45dd38b3b24a5a6cd5493c60
parent57f77e821817cb7b7bfbcc4243d860fd5a3081af
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