]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Audit improper usage of scheduler exposed by 5c713fdf18f. 36/1736/2
authorRichard Mudgett <rmudgett@digium.com>
Tue, 24 Nov 2015 18:44:53 +0000 (12:44 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 1 Dec 2015 19:46:21 +0000 (13:46 -0600)
commit394b8a40c1508ef5617dfa231886aacc163dad0e
tree604703d11c6c98564af2da4214e5990242c56e19
parent7d828687cedfc53742fab42c4407a91dfdfe5f19
Audit improper usage of scheduler exposed by 5c713fdf18f.

channels/chan_iax2.c:
* Initialize struct chan_iax2_pvt scheduler ids earlier because of
iax2_destroy_helper().

channels/chan_sip.c:
channels/sip/config_parser.c:
* Fix initialization of scheduler id struct members.  Some off nominal
paths had 0 as a scheduler id to be destroyed when it was never started.

chan_skinny.c:
* Fix some scheduler id comparisons that excluded the valid 0 id.

channel.c:
* Fix channel initialization of the video stream scheduler id.

pbx_dundi.c:
* Fix channel initialization of the packet retransmission scheduler id.

ASTERISK-25476

Change-Id: I07a3449f728f671d326a22fcbd071f150ba2e8c8
channels/chan_iax2.c
channels/chan_sip.c
channels/chan_skinny.c
channels/sip/config_parser.c
main/channel.c
pbx/pbx_dundi.c