]> 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:31 +0000 (18:24 +0000)
commit275f7911b53fc9661524413126382ab9a5306fd0
tree2954770449a20f0641023471bc12a9fda942dfbb
parent1f19227eabd2e11cc25eae1017e3dc8a6985baa6
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