This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug sanitizer/78028] ASAN doesn't find memory leak
- From: "tetra2005 at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 07 Jul 2017 09:22:33 +0000
- Subject: [Bug sanitizer/78028] ASAN doesn't find memory leak
- Auto-submitted: auto-generated
- References: <bug-78028-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78028
Yuri Gribov <tetra2005 at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tetra2005 at gmail dot com
--- Comment #5 from Yuri Gribov <tetra2005 at gmail dot com> ---
I was able to repro this in Ubuntu 14.04 with GCC 5.4.0 but not with GCC 6.2.0
(the latter successfully reports both leaks). Generated asm code is almost
identical so probly fixed with one of libasan merges since GCC5.
Ok to close?