]> git.ipfire.org Git - thirdparty/asterisk.git/commit
AST-2016-004: Fix crash on REGISTER with long URI. 08/2608/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 16:29:14 +0000 (11:29 -0500)
commit3de37dee6842389ad32ee1ea82f6f2f5757fb7e7
treef83b0e9c4b66526a5a8e856cb54873ff03186f75
parente378c18815bc0da5a841f3f12ad1bf7cb09c5001
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