]> 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)
committerAllan Nathanson <42244061+Allan-N@users.noreply.github.com>
Thu, 6 Mar 2025 15:40:03 +0000 (15:40 +0000)
commit79458d70ebe96ea2a1f20a52d206515a4ffe6574
tree3b6353b1b8a042fa17c8a866b5b542f38892645f
parent6f447132b23a3f94d9b66f47a850f98d01fc18dc
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
main/config.c