]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk.c: Initialize ourip passed to ast_find_ourip(). 64/4664/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:25:15 +0000 (12:25 -0600)
commit2fc65173e56910f72ca9a432290f49dd7a3aa82e
treecb7f2b629c57c128195be978adfee4204413d4d4
parent67cc8499a27a31a02bea3a370ebcc1afd1cb3f98
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