ARM-software / tf-issues

Issue tracking for the ARM Trusted Firmware project
37 stars 16 forks source link

MISRA: the printf library has a lot of violations #574

Open vwadekar opened 6 years ago

vwadekar commented 6 years ago

The printf code has a lot of MISRA spec violations - usage of va_args, usage of i/o functions, etc. We have disabled these defects in our internal scans to reduce issues from the common code. Want to understand what ARM has to say about these violations.

danh-arm commented 6 years ago

Read the spreadsheet here! https://github.com/ARM-software/arm-trusted-firmware/wiki/ARM-Trusted-Firmware-Coverity-MISRA-Analysis

We don't intend to comply with these rules.