]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add missing checks during startup. 10/3410/1
authorCorey Farrell <git@cfware.com>
Wed, 3 Aug 2016 20:38:21 +0000 (16:38 -0400)
committerCorey Farrell <git@cfware.com>
Wed, 3 Aug 2016 20:39:35 +0000 (16:39 -0400)
commit52bd5e9eeb13e57188af0e6cbf82fb9c44727409
tree4a154f1f12a624168d108767547d77ed342a76dc
parentdd6a6da3058a2e6777cf1e78a3696289433e8b7d
Add missing checks during startup.

This ensures startup is canceled due to allocation failures from the
following initializations.
* channel.c: ast_channels_init
* format.c: ast_format_attr_init and ast_format_list_init

ASTERISK-26265 #close

Change-Id: I911ed08fa2a3be35de55903e0225957bcdbe9611
include/asterisk/_private.h
main/asterisk.c
main/channel.c