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/61293] asan can not find left buffer overflow of new[]-allocated buffer, frontend help needed


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

--- Comment #4 from Kostya Serebryany <kcc at gcc dot gnu.org> ---
FTR, this has been implemented in Clang (Itanium ABI only for now): 
clang: http://llvm.org/viewvc/llvm-project?view=revision&revision=216434
asan: http://llvm.org/viewvc/llvm-project?rev=214711&view=rev
test:  http://llvm.org/viewvc/llvm-project?rev=216494&view=rev


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