]> 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:34:08 +0000 (18:34 +0000)
commit2d75ac2c0ef6d96b33daaf1fed752fb04d3ca8d1
tree5db6bd1f8e06cddd2293acf828b0bfa174440682
parentd184ae428df0740da02bf7ba7d9e7a7fcb7502fd
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 ffb0969a982e776a7b2689838bc135bb18d88b3d)
main/config.c