1. 10 Mar, 2015 6 commits
  2. 09 Mar, 2015 16 commits
  3. 08 Mar, 2015 11 commits
  4. 07 Mar, 2015 6 commits
  5. 06 Mar, 2015 1 commit
    • re PR sanitizer/65280 (-fsanitize=bounds does not detect out-of-bounds access) · 04fd785e
      	PR sanitizer/65280
      	* doc/invoke.texi: Update description of -fsanitize=bounds.
      
      	* c-ubsan.c (ubsan_instrument_bounds): Check for COMPONENT_REF
      	before trying to figure out whether we have a flexible array member.
      
      	* c-c++-common/ubsan/bounds-1.c: Add testing of flexible array
      	member-like arrays.
      	* c-c++-common/ubsan/bounds-8.c: New test.
      	* c-c++-common/ubsan/bounds-9.c: New test.
      	* gcc.dg/ubsan/bounds-2.c: New test.
      
      Co-Authored-By: Martin Uecker <uecker@eecs.berkeley.edu>
      
      From-SVN: r221250
      Marek Polacek committed