]> git.ipfire.org Git - thirdparty/asterisk.git/commit
AST-2016-004: Fix crash on REGISTER with long URI. 95/2595/1
authorMark Michelson <mmichelson@digium.com>
Thu, 14 Apr 2016 12:15:47 +0000 (07:15 -0500)
committerMark Michelson <mmichelson@digium.com>
Thu, 14 Apr 2016 12:15:47 +0000 (07:15 -0500)
commit0b4bb19e0b432d41c23f3defc07abd56b45923ae
treefe84acb01a886c75247769d95d9bb64af95b5e3d
parent1f853df29cffa249ec3c423e3ce88c042c18021d
AST-2016-004: Fix crash on REGISTER with long URI.

Due to some ignored return values, Asterisk could crash if processing an
incoming REGISTER whose contact URI was above a certain length.

ASTERISK-25707 #close
Reported by George Joseph

Patches:
0001-res_pjsip-Validate-that-URIs-don-t-exceed-pjproject-.patch

AST-2016-004

Change-Id: I0ed3898fe7ab10121b76c8c79046692de3a1be55
res/res_pjsip/include/res_pjsip_private.h
res/res_pjsip/location.c
res/res_pjsip_outbound_registration.c
res/res_pjsip_registrar.c