]> 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:29:21 +0000 (18:29 +0000)
commit245a36c93d524d23822a1a98a62de7a3706289e9
tree587afb55740ee2a23f7fe10c18ff7e9fbc7d8e02
parent0e7d44428cc83fb1fab4026783f423ddf6ec870b
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 79458d70ebe96ea2a1f20a52d206515a4ffe6574)
main/config.c