]> 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)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Thu, 9 Nov 2023 18:24:36 +0000 (18:24 +0000)
commit21412fddcb5b1375f6c1aa870b9551be87c88746
tree93a18541b63b5693ff00ad500f25119f506b1841
parent44b955e237c17d99c59ca341bf9ef9b55fbd5f71
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