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