Community Profile

photo

David Sosa


Last seen: 1 year ago Active since 2022

Statistics

  • Thankful Level 2

View badges

Content Feed

View by

Question


False negatives for MISRA 9.3 missed for float array partial initialization
Hello, Initializing an array of float in the following way: float array_a[10] = { 0.0 }; should raise the MISRA violation ...

1 year ago | 1 answer | 0

1

answer

Question


False positive candidate Rule 10.3 for float array zero-initialization
Hello, Polyspace is raising the 10.3 MISRA violation for array initializations like the one below: float data[3*3] = {0} My q...

1 year ago | 1 answer | 0

1

answer