]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_stream_echo.c: Check that stream is non-NULL before dereferencing.
authorSean Bright <sean@seanbright.com>
Mon, 1 Dec 2025 20:41:26 +0000 (15:41 -0500)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 3 Dec 2025 13:58:50 +0000 (13:58 +0000)
commit9647a4f022da560b3a66339e7583d239d4afd062
tree9f8d14a8f71091cc4ccd9893182be942428ba3c0
parent2ecdc84d079ab34338d2cdfcefb6eae8694e06b6
app_stream_echo.c: Check that stream is non-NULL before dereferencing.

Also re-order and rename the arguments of `stream_echo_write_error` to
match those of `ast_write_stream` for consistency.

Resolves: #1427
apps/app_stream_echo.c