]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject: fixed a few bugs 63/3363/1
authorAlexei Gradinari <alex2grad@gmail.com>
Thu, 21 Jul 2016 15:36:44 +0000 (11:36 -0400)
committerAlexei Gradinari <alex2grad@gmail.com>
Thu, 28 Jul 2016 17:09:56 +0000 (12:09 -0500)
commitfc24faf1d9573e1f1f2b0004662fd717025b89aa
tree9cbcffeccaaed88abe87745d0d4851e8805c1a2c
parent47689998a9167b7826df4cfaf6df4bc25c63b17c
pjproject: fixed a few bugs

This patch fixes the issue in pjsip_tx_data_dec_ref()
when tx_data_destroy can be called more than once,
and checks if invalid value (e.g. NULL) is passed to.

This patch updates array limit checks and docs
in pjsip_evsub_register_pkg() and pjsip_endpt_add_capability().

Change-Id: I4c7a132b9664afaecbd6bf5ea4c951e43e273e40
third-party/pjproject/patches/0001-r5397-pjsip_generic_array_max_count.patch [new file with mode: 0644]
third-party/pjproject/patches/0001-r5400-pjsip_tx_data_dec_ref.patch [new file with mode: 0644]