[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 13:13:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62017
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2014-09-18
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 33510
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33510&action=edit
gcc5-pr62017.patch
Untested fix. It makes no sense to instrument clobbers, so that is what the
patch does.
More information about the Gcc-bugs
mailing list