]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip: Include timer patch to prevent cancelling timer 0.
authorJoshua C. Colp <jcolp@sangoma.com>
Mon, 13 Jul 2020 09:41:22 +0000 (06:41 -0300)
committerJoshua Colp <jcolp@sangoma.com>
Mon, 20 Jul 2020 14:55:29 +0000 (09:55 -0500)
commitbcdc3ec645f6f824c423e93826774ccde454320c
treea7950e7bf3b89515dca9ed2db020a3fec9906fe3
parentf8f934b5451c4671dcdd5f02a1de4aa386944b53
pjsip: Include timer patch to prevent cancelling timer 0.

I noticed this while looking at another issue and brought
it up with Teluu. It was possible for an uninitialized timer
to be cancelled, resulting in the invalid timer id of 0
being placed into the timer heap causing issues.

This change is a backport from the pjproject repository
preventing this from happening.

Change-Id: I1ba318b1f153a6dd7458846396e2867282b428e7
third-party/pjproject/patches/0020-pjlib_cancel_timer_0.patch [new file with mode: 0644]