[Bug c++/62017] AddressSanitizer reports *-buffer-overflow in destructor when multiple virtual inheritance is used
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 18 14:10:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62017
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Sep 18 14:09:57 2014
New Revision: 215355
URL: https://gcc.gnu.org/viewcvs?rev=215355&root=gcc&view=rev
Log:
PR c++/62017
* asan.c (transform_statements): Don't instrument clobber statements.
* g++.dg/asan/pr62017.C: New test.
Added:
branches/gcc-4_9-branch/gcc/testsuite/g++.dg/asan/pr62017.C
Modified:
branches/gcc-4_9-branch/gcc/ChangeLog
branches/gcc-4_9-branch/gcc/asan.c
branches/gcc-4_9-branch/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list