]> git.ipfire.org Git - thirdparty/asterisk.git/commit
AST-2016-004: Fix crash on REGISTER with long URI. 96/2596/1
authorMark Michelson <mmichelson@digium.com>
Thu, 14 Apr 2016 12:20:46 +0000 (07:20 -0500)
committerMark Michelson <mmichelson@digium.com>
Thu, 14 Apr 2016 12:22:25 +0000 (07:22 -0500)
commite2e8699d003f6d97e7768daa3a7cb82cc7dbc5a6
tree1858557b1b9bb5b5149327ca03dbea21a5f5dd08
parent967bb9eaf76e06f55d313761b82e7e19df2a838a
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: Ic4f5e49f1a83fef4951ffeeef8f443a7f6ac15eb
include/asterisk/res_pjproject.h [new file with mode: 0644]
include/asterisk/vector.h
res/res_pjproject.c [new file with mode: 0644]
res/res_pjproject.exports.in [new file with mode: 0644]
res/res_pjsip/include/res_pjsip_private.h
res/res_pjsip/location.c
res/res_pjsip_log_forwarder.c [deleted file]
res/res_pjsip_outbound_registration.c
res/res_pjsip_registrar.c