]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Audit improper usage of scheduler exposed by 5c713fdf18f. (v13 additions) 42/1742/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:53:18 +0000 (13:53 -0600)
commit4aed349a7bd2e62d82c5e9535f7cf69263eeb60a
treeba782f1cb0ab1894e999e81bf0dc01d093591ebf
parent6d9156d10f8941f1da90bf81109904432a2f293d
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