David Sosa
Followers: 0 Following: 0
Feeds
提问
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 ...
2 years 前 | 1 个回答 | 0
1
个回答提问
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...
2 years 前 | 1 个回答 | 0