]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix STUN crash when using IPv6 any address
authorKinsey Moore <kmoore@digium.com>
Tue, 8 Oct 2013 15:42:44 +0000 (15:42 +0000)
committerKinsey Moore <kmoore@digium.com>
Tue, 8 Oct 2013 15:42:44 +0000 (15:42 +0000)
commit69ab5a7cd129a134ec162b755d85d31e68269bd3
tree83427f5881cf93bdd045005c569f7be16c96d28d
parentac850376a5203eff71b5fd3ac216e47aa1245126
Fix STUN crash when using IPv6 any address

Ensure that when chan_sip binds to the IPv6 any address ([::]), IPv4
candidates are also added.

(closes issue ASTERISK-21917)
Reported by: Torrey Searle
Patches:
    0023_ipv6_stun_crash.patch uploaded by Torrey Searle (License 5334)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@400681 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_rtp_asterisk.c