]> 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:28 +0000 (18:24 +0000)
commitb5c31b55c9812036a41d21de8fc89a2bc6500865
treeff51166365a32e00e8232abc080f2ab741631a91
parent582c4645f3339f9147a2b5f2a29a814dd76f4b1d
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