Summary: | ASTERISK-26220: Add support for noreturn function attributes. | ||
Reporter: | Corey Farrell (coreyfarrell) | Labels: | |
Date Opened: | 2016-07-19 22:35:42 | Date Closed: | 2016-07-21 14:22:41 |
Priority: | Minor | Regression? | |
Status: | Closed/Complete | Components: | Core/BuildSystem |
Versions: | SVN 11.22.0-rc1 13.9.1 | Frequency of Occurrence | |
Related Issues: | |||
Environment: | Attachments: | ||
Description: | ast_do_crash and __ast_assert_failed should have noreturn attribute when DO_CRASH is enabled. When compiled with the correct options this fixes many false NULL value issues when using clang 'scan-build' to analyze the source. | ||
Comments: | By: Asterisk Team (asteriskteam) 2016-07-19 22:35:42.705-0500 Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution. A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report. Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process]. |