]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Prevent Undefined Capath Crash
authorJoshua Elson <joshelson@gmail.com>
Thu, 4 May 2017 22:28:55 +0000 (18:28 -0400)
committerJoshua Elson <joshelson@gmail.com>
Tue, 9 May 2017 14:21:55 +0000 (09:21 -0500)
commitee019a5f7760394d4dac336f04da8c97bd791fb8
tree127d350d755a0c237288cadae80676da9466701b
parent1e0213616c24fdea3b6bd6f5529749776a3127f0
Prevent Undefined Capath Crash

It is possible to initialize a valid config without a capath
or cafile definition. This will cause a crash on a reload.

This fix ensures capath is always allocated.

ASTERISK-26983 #close

Change-Id: I63ff715d9d9023427543a5b8a4ba7b0d82533c12
main/manager.c