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

[Bug sanitizer/77567] ASAN: Bugus error "alloc-dealloc-mismatch (malloc vs operator delete [])" with C++17's over-aligned types


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77567

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Sep 21 14:40:30 2016
New Revision: 240316

URL: https://gcc.gnu.org/viewcvs?rev=240316&root=gcc&view=rev
Log:
        PR sanitizer/77567
        * asan/asan_new_delete.cc: Cherry-pick upstream r282019.

Modified:
    trunk/libsanitizer/ChangeLog
    trunk/libsanitizer/asan/asan_new_delete.cc

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