]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_followme.c: Grab reference on nativeformats before using it
authorMatthew Fredrickson <matt@fredricknet.net>
Thu, 26 Oct 2023 02:14:48 +0000 (21:14 -0500)
committerMatthew Fredrickson <matt@fredricknet.net>
Thu, 9 Nov 2023 18:24:33 +0000 (18:24 +0000)
commiteeae61b2f827bd3b32820344d66ba4a85e3ae3cc
tree4fec04b7928bae3d583ce6e8aee5e0cee9a32b53
parent1f66a9fc284753ef2d0db616f81dfb55979f30a4
app_followme.c: Grab reference on nativeformats before using it

Fixes a crash due to a lack of proper reference on the nativeformats
object before passing it into ast_request().  Also found potentially
similar use case bugs in app_chanisavail.c, bridge.c, and bridge_basic.c

Fixes: #388
apps/app_chanisavail.c
apps/app_followme.c
main/bridge.c
main/bridge_basic.c