Skip to content
  1. Feb 05, 2012
  2. Feb 04, 2012
  3. Jan 26, 2012
  4. Jan 21, 2012
    • Anna Zaks's avatar
      [analyzer] Make VLA checker taint aware. · b7eac9fb
      Anna Zaks authored
      Also, slightly modify the diagnostic message in ArrayBound and DivZero (still use 'taint', which might not mean much to the user, but plan on changing it later).
      
      llvm-svn: 148626
      b7eac9fb
  5. Nov 16, 2011
    • Anna Zaks's avatar
      [analyzer] Catch the first taint propagation implied buffer overflow. · 20829c90
      Anna Zaks authored
      Change the ArrayBoundCheckerV2 to be more aggressive in reporting buffer overflows
      when the offset is tainted. Previously, we did not report bugs when the state was
      underconstrained (not enough information about the bound to determine if there is
      an overflow) to avoid false positives. However, if we know that the buffer
      offset is tainted - comes in from the user space and can be anything, we should
      report it as a bug.
      
      + The very first example of us catching a taint related bug.
      This is the only example we can currently handle. More to come...
      
      llvm-svn: 144826
      20829c90
  6. Oct 26, 2011
  7. Oct 06, 2011
  8. Aug 18, 2011
    • Anna Zaks's avatar
      Remove EnhancedBugReport and RangedBugReport - pull all the extra... · 3a6bdf8f
      Anna Zaks authored
      Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME.
      
      llvm-svn: 137894
      3a6bdf8f
  9. Aug 16, 2011
  10. Aug 13, 2011
  11. Jul 23, 2011
  12. Apr 12, 2011
  13. Mar 01, 2011
  14. Feb 28, 2011
  15. Feb 10, 2011
  16. Feb 08, 2011
  17. Jan 11, 2011
  18. Dec 23, 2010
Loading