]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Audit improper usage of scheduler exposed by 5c713fdf18f. (v13 additions) 39/1739/2
authorRichard Mudgett <rmudgett@digium.com>
Wed, 25 Nov 2015 18:23:47 +0000 (12:23 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 1 Dec 2015 19:52:16 +0000 (13:52 -0600)
commita24db35ae37772766a7b022d6f0e46fc68c207fc
tree34fd8c144e10a7fbc66293138cc738a484d6acc0
parentbea904e001bc78bec358ba1b03a726987d8bf707
Audit improper usage of scheduler exposed by 5c713fdf18f. (v13 additions)

chan_sip.c:
* Initialize mwi subscription scheduler ids earlier because of ASTOBJ to
ao2 conversion.

* Initialize register scheduler ids earlier because of ASTOBJ to ao2
conversion.

chan_skinny.c:
* Fix more scheduler usage for the valid 0 id value.

ASTERISK-25476

Change-Id: If9f0e5d99638b2f9d102d1ebc9c5a14b2d706e95
channels/chan_sip.c
channels/chan_skinny.c