]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk.c: Initialize ourip passed to ast_find_ourip(). 68/4668/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:26:46 +0000 (12:26 -0600)
commita2c695cd18fd150120223565d31417ded23b7a4d
tree7a427c367acb9f0e5c99febe3bf827f8dd059e24
parenta3502c1885de74baecda6324957cb7cd69336ad4
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