]> git.ipfire.org Git - thirdparty/asterisk.git/commit
config.c: #include of non-existent file should not crash
authorAllan Nathanson <42244061+Allan-N@users.noreply.github.com>
Mon, 3 Mar 2025 14:53:02 +0000 (09:53 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 20 Mar 2025 18:18:29 +0000 (18:18 +0000)
commit056d05ed296509785320137db6d63014390599b4
treedfb48a397826194f955bc7ac573d29b6cc748f88
parent4f264690753252cd27ec1fe96b7edbc471384441
config.c: #include of non-existent file should not crash

Corrects a segmentation fault when a configuration file has a #include
statement that referenced a file that does not exist.

Resolves: https://github.com/asterisk/asterisk/issues/1139
(cherry picked from commit eec9bed8af075d4be91da4c0d7c8a64128c27f5a)
main/config.c