]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk.c: Initialize ourip passed to ast_find_ourip(). 56/4656/1
authorRichard Mudgett <rmudgett@digium.com>
Wed, 21 Dec 2016 23:55:48 +0000 (17:55 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 22 Dec 2016 18:16:20 +0000 (12:16 -0600)
commitbcdd282adaae7d47c91172d4e38306fc3b3566c7
tree28eb041784837b0544c18ceddba0db8ab1602b0f
parentac31233dbe996b4e2a1ccf9b7b2b35f6ed19e43c
res_rtp_asterisk.c: Initialize ourip passed to ast_find_ourip().

We access uninitialized memory when the 'ourip' parameter does not
have an initial guess to our IP address.

ASTERISK-26672

Change-Id: I35507ea1ad7455d2be188f6ccdd4add7bd150e15
res/res_rtp_asterisk.c