This is the mail archive of the gcc-cvs@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]

r208681 - in /trunk/gcc: ChangeLog testsuite/Ch...


Author: mpolacek
Date: Wed Mar 19 12:25:04 2014
New Revision: 208681

URL: http://gcc.gnu.org/viewcvs?rev=208681&root=gcc&view=rev
Log:
	PR sanitizer/60569
	* ubsan.c (ubsan_type_descriptor): Check that DECL_NAME is nonnull
	before accessing it.
testsuite/
	* g++.dg/ubsan/pr60569.C: New test.


Added:
    trunk/gcc/testsuite/g++.dg/ubsan/pr60569.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/ubsan.c


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