Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in misra

MISRA 2012 Rule 14.2

c static-analysis misra

Which form is better for return value of functions in embedded C?

c embedded misra

integer promotion isn't taken into account

MISRA C advises against malloc, does this mean calloc is far more secure?

c memory malloc misra

Adding "else" at the end of an if-else statement [duplicate]

c misra safety-critical

Is it possible to disable MISRA checks of external libraries?

c misra greenhills

MISRA Violation 12.5 when using && and || in if-statement

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

MISRA 2012 rule 8.10 static inline

c misra

In MISRA C++ 2008, anyone knows the specialized notion Cvalue expression occured in the rule 5-0-3?

c++ misra

MISRA C 2012 - Rule 21.1 - Macros starting with underscore

c lint misra

Bitwise operation with (signed) enum value

functions shall not be declared at block scope

c++ misra

MISRA 5-2-1 rule requires postfix-expressions?

c++ misra

How to cast unsigned integer to enum using CMSIS API

c misra cmsis

MISRA C++ (rule 18-4-1) and Dynamic Memory Allocation - Is std::string permitted?

c++ embedded heap-memory misra

Alternative to printf with limited number of arguments?

What changes should I do in the function-like macro to make it MISRA compliant?

c c-preprocessor misra

Query regarding Misra rule 11.6 (MISRA C:2012)

c misra