This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

String Vulnerability Prevention Inquiry

Hi,

I would like to inquiry if there are any settings that would catch string vulnerability while compiling C/C++. In gcc compiler this can be achieve with "-Wformat -Wformat-security -Werror=format", more info here. The method mentioned will turn all warnings that violate the rules into errors. May I know are there anything equivalent in C674x?

Thanks and regards,

John