]> 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:02 +0000 (15:40 +0000)
commitffb0969a982e776a7b2689838bc135bb18d88b3d
tree9eff991982652e3efeb9d309d7c9ea28bc279f01
parentd4ece751c5c46ecd638d7d8ab1469eb887011897
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