asterisk/channels
Sven Kube 926a1068f2 chan_websocket: Fix NULL requestor dereference in webchan_request.
Two log statements in webchan_request() passed `requestor` straight to
ast_channel_name(), which dereferences the channel with no NULL check.
`requestor` is NULL whenever no originator channel is supplied: ARI POST
/channels/externalMedia always passes NULL, and POST /channels/create
passes NULL when `originator` is omitted.
2026-08-05 17:42:23 +00:00
..
dahdi channels: Fix for Doxygen. 2021-11-19 09:02:06 -06:00
iax2 chan_iax2: Fix crash due to negative length frame lengths. 2026-02-18 13:45:38 +00:00
pjsip docs: Fix various typos in channels/ 2025-02-20 21:46:40 +00:00
chan_audiosocket.c Disable device state caching for ephemeral channels 2025-12-16 14:56:09 +00:00
chan_bridge_media.c Remove ASTERISK_REGISTER_FILE. 2016-10-27 09:53:55 -04:00
chan_console.c chan_console: Fix deadlock caused by unclean thread exit. 2023-09-20 19:15:49 +00:00
chan_dahdi.c chan_dahdi: Fix set but not used in mfcr2_show_links_of(). 2026-06-01 14:48:31 +00:00
chan_dahdi.h chan_dahdi: Fix erroneously persistent dialmode. 2025-08-27 14:14:27 +00:00
chan_iax2.c chan_iax2: Add CHANNEL getter to retrieve auth method. 2026-04-22 17:40:04 +00:00
chan_motif.c docs: Fix various typos in channels/ 2025-02-20 21:46:40 +00:00
chan_pjsip.c chan_pjsip: Store transport info for outgoing channels 2026-08-04 12:38:41 +00:00
chan_rtp.c Disable device state caching for ephemeral channels 2025-12-16 14:56:09 +00:00
chan_unistim.c chan_unistim.c: Prevent overrun of phone_number field. 2026-06-25 08:21:09 -06:00
chan_websocket.c chan_websocket: Fix NULL requestor dereference in webchan_request. 2026-08-05 17:42:23 +00:00
chan_websocket_doc.xml chan_websocket_doc.xml: Add d(media_direction) option. 2026-03-02 20:41:41 +00:00
console_board.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
console_gui.c docs: Fix various typos in channels/ 2025-02-20 21:46:40 +00:00
console_video.c docs: Fix various typos in channels/ 2025-02-20 21:46:40 +00:00
console_video.h Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
Makefile res_monitor: Remove deprecated module. 2023-01-13 08:32:33 -06:00
sig_analog.c sig_analog: Allow '#' to end the inter-digit timeout when dialing. 2025-10-07 15:16:27 +00:00
sig_analog.h chan_dahdi: Fix erroneously persistent dialmode. 2025-08-27 14:14:27 +00:00
sig_pri.c docs: Fix various typos in channels/ 2025-02-20 21:46:40 +00:00
sig_pri.h docs: Fix various typos in channels/ 2025-02-20 21:46:40 +00:00
sig_ss7.c progdocs: Fix for Doxygen, the hidden parts. 2021-12-02 10:37:38 -06:00
sig_ss7.h docs: Fix various typos in channels/ 2025-02-20 21:46:40 +00:00
vcodecs.c docs: Fix various typos in channels/ 2025-02-20 21:46:40 +00:00
vgrabbers.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00