]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_iax2.c: Don't send unsanitized data to the logger.
authorSean Bright <sean@seanbright.com>
Wed, 8 Nov 2023 13:47:42 +0000 (08:47 -0500)
committerSean Bright <sean@seanbright.com>
Thu, 9 Nov 2023 12:34:18 +0000 (12:34 +0000)
commitd2afb10eed220f8e7d353e0c093dcf971201904c
tree38508e7b85e583e395c7d1a78d9fd16351d7c92d
parentd819a6bccb18f5098e509fb729eadbf7146871cb
chan_iax2.c: Don't send unsanitized data to the logger.

This resolves an issue where non-printable characters could be sent to
the console/log files.
channels/iax2/parser.c