-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changes to MISRA.md to reflect new format. Added two variables to caseInsensitiveStringCmp function for MISRA compliance. Changed in line comments to reflect new MISRA.md format. Modified misra.config reasons. * The cast to (unsigned char) before passing the char[index] value into toupper() was causing the CBMC test to fail. Through much trial and error it appears there isn't a way around it. So adding in a MISRA exception for the rule related to that cast. * Using DNDEBUG when building coverity_analysis target for removal of assert. Co-authored-by: Soren Ptak <[email protected]>
- Loading branch information
Showing
7 changed files
with
210 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.