Skip to content

Ticket refs #7333: fix warnings, code analysis and clean up the code

Vivek Kumar Dutta requested to merge devel into wolfssl
  • Fix all errors catched by cppcheck threadsafety (cppcheck --error-exitcode=0 --addon=threadsafety bbf)
  • Fix some errors catched by cppcheck cert (cppcheck --error-exitcode=0 --addon=cert bbf)
  • Add new str-protected macros instead of using str functions directly to avoid crashes

Merge request reports