]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk.c: Initialize ourip passed to ast_find_ourip(). 60/4660/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:24:03 +0000 (12:24 -0600)
commitaa5be9842ebd376af40a7e4d133e61eff4075834
tree0aa72d6b184585d234016530af99614a1b6999e6
parentc70d908db78e34d6ca5a5566512da3be7eaa7de1
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