Skip to content
  • Anna Zaks's avatar
    [analyzer] Add basic format string vulnerability checking. · 126a2ef9
    Anna Zaks authored
    We already have a more conservative check in the compiler (if the
    format string is not a literal, we warn). Still adding it here for
    completeness and since this check is stronger - only triggered if the
    format string is tainted.
    
    llvm-svn: 147714
    126a2ef9
Loading