]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main/stun.c: fix crash upon STUN request timeout
authorSebastien Duthil <sduthil@wazo.community>
Thu, 14 Oct 2021 15:15:30 +0000 (11:15 -0400)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 15 Oct 2021 18:40:34 +0000 (13:40 -0500)
commitfe0b5aed7beef3a703d6b6585cd2ab4ab2d5e760
tree9133be21bfad14fe13faeb369c675117ded368b5
parent0c71619f8a9c53fafaf876458bd183cc087f8ebc
main/stun.c: fix crash upon STUN request timeout

Some ast_stun_request users do not provide a destination address when
sending to a connection-mode socket.

ASTERISK-29691

Change-Id: Idd9114c3380216ba48abfc3c68619e79ad37defc
main/stun.c