]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add missing checks during startup. 12/3412/1
authorCorey Farrell <git@cfware.com>
Wed, 3 Aug 2016 20:41:04 +0000 (16:41 -0400)
committerCorey Farrell <git@cfware.com>
Wed, 3 Aug 2016 20:41:04 +0000 (16:41 -0400)
commit8e6a28e86b354f19dda3fce1dcd49213fae29d6b
treea2760490ba2bee0e2128157d2960b8eabef0fd7f
parentd1f973906a5732f98c7c20bcc0545630992b6306
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