]> 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:49:03 +0000 (16:49 -0500)
commit1249f911f3fe6d79668a3e5ba52bc596225d1208
treecd1b42fd76df1ee7e9eed411567cc4e9b70e20a7
parenta5100e717157dcf7698fe3fe23f1e698f1bface5
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