[llvm-bugs] [Bug 32387] string::size() use of uninitialized memory (MSan)
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Mar 23 04:13:11 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32387
Gonzalo BG <gonzalobg88 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #1 from Gonzalo BG <gonzalobg88 at gmail.com> ---
My LD_LIBRARY_PATH was overriding rpath and linking against a non sanitized
libc++ at run-time, producing this issue. Using a sanitized libc++ "resolves"
this. Sorry for the noise.
--
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/20170323/177ff468/attachment.html>
More information about the llvm-bugs
mailing list