]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add missing checks during startup. 11/3411/1
authorCorey Farrell <git@cfware.com>
Wed, 3 Aug 2016 20:39:46 +0000 (16:39 -0400)
committerCorey Farrell <git@cfware.com>
Wed, 3 Aug 2016 20:39:46 +0000 (16:39 -0400)
commit805f105f8898beb0be0cdf5a7df653fdb03f730e
tree5bba3aa108eae0332e3e74fa62b7adae4c625a2e
parent9dc8cfabd5fa240a26972dac5c6ce396dadb7d75
Add missing checks during startup.

This ensures startup is canceled due to allocation failures from the
following initializations.
* channel.c: ast_channels_init
* config_options.c: aco_init

ASTERISK-26265 #close

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