Is There a Java Equivalent to MISRA C?...
Read MoreHow to read uint8_t array and convert into char array in C++ and also match MISRA rule?...
Read MoreMISRA C 2012 Rule 15.4 and replacing goto's with break's...
Read MoreWhy does SonarQube raise a MISRA-C critical remark <<Function names should be used either as a...
Read MoreAre memory pools MISRA C Dir 4.12 compliant?...
Read Moreuse of '#undef' is discouraged: 'ssCmd' [MISRA 2012 Rule 20.5, advisory]...
Read MoreHow do I create a module in MISRAC:2012 that follows Dir 4.12 and 4.8?...
Read MoreWhy does MISRA C++ allow modifying parameters when MISRA C doesn't?...
Read MoreHow to properly do negative value cast to an unsigned type in C?...
Read MoreMisra Rule violation "composite expression shall not be assigned to an object with wider essent...
Read MoreInclude .c instead of header(.h) - MISRA C...
Read Morecan I require a return value to be a pointer to a constant...
Read MoreMISRA 2012 violation - Type mismatch (Rules 10.1, 10.4)...
Read MoreHow to parse .proto file by python (not using protoc)?...
Read MoreHow to properly cast NULL according to MISRA?...
Read MoreHow to provide #defines to misra checking in cppcheck?...
Read MoreMISRA C-2012 Rule 11.3 violation while trying to do a typecast from char to int pointer...
Read MoreMisra-C Violation: Malformed for-loop condition...
Read MoreMISRA C++ 2008 Rule 5-2-7 violation: An object with pointer type shall not be converted to an unrela...
Read MoreExtent of MISRA C 2012 Directive 4.1: Runtime checks before pointer dereferencing in a library...
Read MoreDo BLAS and LAPACK libraries comply with MISRA standard?...
Read MoreMisra C and prototype C macro generation...
Read Moreif/else strive for logical completeness in single return function...
Read MoreCan a program fix itself (Variables)? (safety critical enviroment)...
Read MoreMISRA2012 Rule 12.1 Extra parentheses recommended...
Read MoreNumber of macro definitions exceeds 4095 - program does not conform strictly to ISO:C99...
Read MoreEvaluation of floats in if condition...
Read MoreMISRA 5-0-15 - Pointer Arithmetic - Rule Violation...
Read MoreDoes MISRA C:2012 rule 21.1 contradict with C11?...
Read More