]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_history.c: Fix to stop SIGSEGV when IPv6 addresses are encountered.
authorRoger James <roger@beardandsandals.co.uk>
Sat, 9 May 2020 07:46:51 +0000 (08:46 +0100)
committerKevin Harwell <kharwell@digium.com>
Mon, 11 May 2020 21:48:48 +0000 (16:48 -0500)
commit3df1b65dd05d51234c58828a68da00694786c6f2
tree8b3d1fc4fc63e571cdbd5bd044766b0f76d95901
parent377f5b69920f47c960f782b0ab3e94b81a2eba1a
res_pjsip_history.c: Fix to stop SIGSEGV when IPv6 addresses are encountered.

Changed source and destination address fields in struct
pjsip_history_entry so that they are long enough to hold an IPv6
address.

ASTERISK-28854

Change-Id: Id65bb9aa961e9ecbcb500815e18170f774e34d3e
res/res_pjsip_history.c