[llvm-bugs] [Bug 30903] [ASan/Win] Ignore allocations that occur before the dynamic runtime is initialized
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Nov 14 17:38:06 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=30903
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #10 from Reid Kleckner <rnk at google.com> ---
Great, fixed in r286848.
We also discussed improving the "attempting free on address which was not
malloc()-ed" report to indicate that the pointer comes from the system heap,
and indicate that the user should try to debug why heap interception didn't
work.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161115/8ce1979b/attachment.html>
More information about the llvm-bugs
mailing list