]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject: fixed a few bugs 78/3278/2
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 15:04:55 +0000 (11:04 -0400)
commitf00525a6f623acdba5d6198caaaa78de33e0fea4
tree9fb67b466747569d761c2849c17ea4d6e30c9281
parentd4242d62506e5988d5211e1908d0ee7d5a147657
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]