This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 13/17] Fix for PR 62089


On Thu, Oct 16, 2014 at 12:41:24PM +0400, Yury Gribov wrote:
> Difference from mainline: replaced non-C-friendly bool with unsigned char
> (see patch 0001 for explanation).

> 2014-10-15  Yury Gribov  <y.gribov@samsung.com>
> 
> 	Backport from mainline
> 	2014-08-18  Yury Gribov  <y.gribov@samsung.com>
> 
> 	PR sanitizer/62089
> 
> 	* asan.c (instrument_derefs): Fix bitfield check.
> 
> 	* c-c++-common/asan/pr62089.c: New test.
> 	* c-c++-common/asan/bitfield-1.c: New test.
> 	* c-c++-common/asan/bitfield-2.c: New test.
> 	* c-c++-common/asan/bitfield-3.c: New test.
> 	* c-c++-common/asan/bitfield-4.c: New test.

Ok.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]