Search code examples
Is There a Java Equivalent to MISRA C?...

javamisra

Read More
MISRA C 2012 Rule 11.4 violation...

cembeddedkeilmisrapc-lint

Read More
How to read uint8_t array and convert into char array in C++ and also match MISRA rule?...

c++arraysmisra

Read More
MISRA C 2012 Rule 15.4 and replacing goto's with break's...

cmisra

Read More
Why does SonarQube raise a MISRA-C critical remark <<Function names should be used either as a...

carmsonarqubecortex-mmisra

Read More
Are memory pools MISRA C Dir 4.12 compliant?...

cmemorydynamicmisra

Read More
use of '#undef' is discouraged: 'ssCmd' [MISRA 2012 Rule 20.5, advisory]...

cmisrapc-lint

Read More
How do I create a module in MISRAC:2012 that follows Dir 4.12 and 4.8?...

cincomplete-typemisraopaque-pointers

Read More
Why does MISRA C++ allow modifying parameters when MISRA C doesn't?...

c++misra

Read More
How to properly do negative value cast to an unsigned type in C?...

ctype-conversionunsignedmisra

Read More
Misra Rule violation "composite expression shall not be assigned to an object with wider essent...

cmisrainteger-promotion

Read More
Include .c instead of header(.h) - MISRA C...

cstandardsmisrasafety-critical

Read More
can I require a return value to be a pointer to a constant...

cmisraansi-c

Read More
MISRA 2012 violation - Type mismatch (Rules 10.1, 10.4)...

cimplicit-conversiontype-mismatchmisrapc-lint

Read More
How to parse .proto file by python (not using protoc)?...

pythoncprotocol-bufferscode-generationmisra

Read More
How to properly cast NULL according to MISRA?...

cpointerscastingnullmisra

Read More
How to provide #defines to misra checking in cppcheck?...

cmisracppcheck

Read More
MISRA C-2012 Rule 11.3 violation while trying to do a typecast from char to int pointer...

cpointerscastingmisra

Read More
Misra-C Violation: Malformed for-loop condition...

cmisra

Read More
MISRA C++ 2008 Rule 5-2-7 violation: An object with pointer type shall not be converted to an unrela...

c++pointersmisrasystem-requirements

Read More
Extent of MISRA C 2012 Directive 4.1: Runtime checks before pointer dereferencing in a library...

cmisra

Read More
Do BLAS and LAPACK libraries comply with MISRA standard?...

clapackblasmisra

Read More
Misra C and prototype C macro generation...

cstatic-analysismisra

Read More
if/else strive for logical completeness in single return function...

cmisracert

Read More
Can a program fix itself (Variables)? (safety critical enviroment)...

cembeddedmisrahigh-integrity-systems

Read More
MISRA2012 Rule 12.1 Extra parentheses recommended...

cmisra

Read More
Number of macro definitions exceeds 4095 - program does not conform strictly to ISO:C99...

cmisraqa-c

Read More
Evaluation of floats in if condition...

cmisrapc-lint

Read More
MISRA 5-0-15 - Pointer Arithmetic - Rule Violation...

c++misra

Read More
Does MISRA C:2012 rule 21.1 contradict with C11?...

cmisra

Read More
BackNext