]> 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)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 20 Jul 2020 16:34:39 +0000 (11:34 -0500)
commitba1472b96088a4a6087bc92091672845523e6b60
treefc578a9f83be5573f78a983ab460929448ef3d70
parent7d487b8cb62b4daf85a0fb7067e21aa8846dfe5c
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]